From 6ce9490240030ccc15449d10e2c16df39013970b Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 14 Mar 2017 12:07:36 +0200 Subject: [PATCH] Become version 2.4.0 --- babel/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2