]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
babel: Change version to 2.2.0.dev0
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 17:15:15 +0000 (19:15 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 17:15:15 +0000 (19:15 +0200)
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.

babel/__init__.py

index c977c732d03504490a9b2fc8e240567e51283326..d2e52599cc9db222cdbae4ce2e1cbc52b857f546 100644 (file)
@@ -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'