From: Lasse Schuirmann Date: Thu, 7 Apr 2016 20:50:33 +0000 (+0200) Subject: Version: Bump to 2.3.1 X-Git-Tag: 2.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36f0fe57c897ba55d6efe48011681b791b9a717;p=thirdparty%2Fbabel.git Version: Bump to 2.3.1 There was a stupid fault when releasing 2.3.0. --- diff --git a/babel/__init__.py b/babel/__init__.py index dfcc7ee2..2aaf2313 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 c847e002..cba9264c 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.