Skip to content

Commit 6ce9490

Browse files
committed
Become version 2.4.0
1 parent e6d0581 commit 6ce9490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
negotiate_locale, parse_locale, get_locale_identifier
2222

2323

24-
__version__ = '2.4.0.dev0'
24+
__version__ = '2.4.0'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'Babel'
47-
copyright = u'2016, The Babel Team'
47+
copyright = u'2017, The Babel Team'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '2.4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.0.dev0'
56+
release = '2.4.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

0 commit comments

Comments
 (0)