From: Aarni Koskela Date: Tue, 14 Mar 2017 10:07:36 +0000 (+0200) Subject: Become version 2.4.0 X-Git-Tag: v2.4.0^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F480%2Fhead;p=thirdparty%2Fbabel.git Become version 2.4.0 --- diff --git a/babel/__init__.py b/babel/__init__.py index 0162c145..b9f96b9e 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.4.0.dev0' +__version__ = '2.4.0' diff --git a/docs/conf.py b/docs/conf.py index 58dcc25a..33d9a674 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'Babel' -copyright = u'2016, The Babel Team' +copyright = u'2017, The Babel Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -53,7 +53,7 @@ copyright = u'2016, The Babel Team' # The short X.Y version. version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.0.dev0' +release = '2.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.