From: Lasse Schuirmann Date: Thu, 7 Apr 2016 20:20:01 +0000 (+0200) Subject: VERSION: Bump to development X-Git-Tag: v2.4.0~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F374%2Fhead;p=thirdparty%2Fbabel.git VERSION: Bump to development --- diff --git a/babel/__init__.py b/babel/__init__.py index dfcc7ee2..0162c145 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.4.0.dev0' diff --git a/docs/conf.py b/docs/conf.py index c847e002..58dcc25a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, The Babel Team' # built documents. # # The short X.Y version. -version = '2.3' +version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.3' +release = '2.4.0.dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.