summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 752376b..396710b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,16 @@
Babel Changelog
===============
+Version 2.3.3
+-------------
+
+(Bugfix release, released on April 12th)
+
+Bugfixes
+~~~~~~~~
+
+* CLI: Usage regressions that had snuck in between 2.2 and 2.3 should be no more. (https://github.com/python-babel/babel/pull/386) Thanks to @ajaeger, @sebdiem and @jcristovao for bug reports and patches.
+
Version 2.3.2
-------------
diff --git a/babel/__init__.py b/babel/__init__.py
index d8f5c7e..7f810c7 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.2'
+__version__ = '2.3.3'
diff --git a/docs/conf.py b/docs/conf.py
index 1ade98b..fc0530f 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.2'
+release = '2.3.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.