From f0e578b13dffa06dd9142f27125fcbc7a027962a Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Thu, 7 Apr 2016 22:20:01 +0200 Subject: [PATCH] VERSION: Bump to development --- 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 dfcc7ee2..0162c145 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.3.0' +__version__ = '2.4.0.dev0' diff --git a/docs/conf.py b/docs/conf.py index c847e002..58dcc25a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, The Babel Team' # built documents. # # The short X.Y version. -version = '2.3' +version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.3' +release = '2.4.0.dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.47.2