summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:20:01 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:20:01 +0200
commitf0e578b13dffa06dd9142f27125fcbc7a027962a (patch)
tree88b1f8d8bb85349dbd55d5dad9090eb4c1b9459d
parente96ebeb028cb6c7775144f3d4d1d68373919765c (diff)
downloadbabel-sils/release.tar.gz
VERSION: Bump to developmentsils/release
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index dfcc7ee..0162c14 100644
--- a/babel/__init__.py
+++ b/babel/__init__.py
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
negotiate_locale, parse_locale, get_locale_identifier
-__version__ = '2.3.0'
+__version__ = '2.4.0.dev0'
diff --git a/docs/conf.py b/docs/conf.py
index c847e00..58dcc25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = u'2016, The Babel Team'
# built documents.
#
# The short X.Y version.
-version = '2.3'
+version = '2.4'
# The full version, including alpha/beta/rc tags.
-release = '2.3'
+release = '2.4.0.dev0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.