summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2017-03-14 12:07:36 +0200
committerAarni Koskela <akx@iki.fi>2017-03-14 12:07:36 +0200
commit6ce9490240030ccc15449d10e2c16df39013970b (patch)
treeae54e4c450e32068985c943603d4238153cf0bc5
parente6d05817b4d8697bfb2394ff02204b243d1c00c1 (diff)
downloadbabel-release/2.4.tar.gz
Become version 2.4.0release/2.4
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index 0162c14..b9f96b9 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 58dcc25..33d9a67 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.