From d36f0fe57c897ba55d6efe48011681b791b9a717 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Thu, 7 Apr 2016 22:50:33 +0200 Subject: [PATCH] Version: Bump to 2.3.1 There was a stupid fault when releasing 2.3.0. --- babel/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3