From: Lasse Schuirmann Date: Fri, 25 Sep 2015 17:15:15 +0000 (+0200) Subject: babel: Change version to 2.2.0.dev0 X-Git-Tag: dev-2a51c9b95d06~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43638b27a0a2abf71d636c8c16c1ce0b3c010cc4;p=thirdparty%2Fbabel.git babel: Change version to 2.2.0.dev0 We will from now on use the maintenance branches only for bugfix only releases (i.e. micro versions) to avoid all this backporting. Because of this, what we develop on master will be the 2.2 version. --- diff --git a/babel/__init__.py b/babel/__init__.py index c977c732..d2e52599 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__ = '3.0-dev' +__version__ = '2.2.0.dev0'