]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Become version 2.4.0 480/head
authorAarni Koskela <akx@iki.fi>
Tue, 14 Mar 2017 10:07:36 +0000 (12:07 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 14 Mar 2017 10:07:36 +0000 (12:07 +0200)
babel/__init__.py
docs/conf.py

index 0162c145f73b82176a6cd0a915ee96a31e619ca8..b9f96b9e05a425ceb3f9b19d8894b0474a98c4a3 100644 (file)
@@ -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'
index 58dcc25ac1d03f7c1cde3f85f36c90c8d033b3f5..33d9a67419eaca74875ed1a75dec0111d27ee6af 100644 (file)
@@ -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.