summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:50:33 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2016-04-07 22:50:33 +0200
commitd36f0fe57c897ba55d6efe48011681b791b9a717 (patch)
treeecf27ebf7f2bd60f91d3a87c9c0009f6598a964b
parente96ebeb028cb6c7775144f3d4d1d68373919765c (diff)
downloadbabel-2.3.1.tar.gz
Version: Bump to 2.3.12.3.1
There was a stupid fault when releasing 2.3.0.
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index dfcc7ee..2aaf231 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.3.1'
diff --git a/docs/conf.py b/docs/conf.py
index c847e00..cba9264 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,7 +53,7 @@ copyright = u'2016, The Babel Team'
# The short X.Y version.
version = '2.3'
# The full version, including alpha/beta/rc tags.
-release = '2.3'
+release = '2.3.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.