]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Bump to 2.3.3 387/head
authorAarni Koskela <akx@iki.fi>
Tue, 12 Apr 2016 06:44:25 +0000 (09:44 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 12 Apr 2016 07:33:18 +0000 (10:33 +0300)
CHANGES
babel/__init__.py
docs/conf.py

diff --git a/CHANGES b/CHANGES
index 752376b222696fd5a869e8af34aa53ad6c8320e8..396710b9d2e3924f7d719bd846b1518bf04c5651 100644 (file)
--- 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
 -------------
 
index d8f5c7ed7a82bf1548e748f6eebbf9c390f697b0..7f810c7450f020869159c565171439b903736db8 100644 (file)
@@ -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'
index 1ade98b469aaa24a34f509ec3c839092657c565c..fc0530f1ea99bec047fdb8d2235a655ac233dee7 100644 (file)
@@ -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.