]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
This is 3.0-dev
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 27 Jul 2015 11:28:25 +0000 (13:28 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 27 Jul 2015 11:28:25 +0000 (13:28 +0200)
babel/__init__.py
setup.py

index 6854931a5aae29bbc511342d68f2bbcadae534d4..c977c732d03504490a9b2fc8e240567e51283326 100644 (file)
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
      negotiate_locale, parse_locale, get_locale_identifier
 
 
-__version__ = '2.0'
+__version__ = '3.0-dev'
index 2c27ce40eb0e2f21ab389a070414bb24f9c24eef..bc2ed02a54ae23ed2c431642fed15d783f574e10 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
 
 setup(
     name='Babel',
-    version='2.0',
+    version='3.0-dev',
     description='Internationalization utilities',
     long_description=\
 """A collection of tools for internationalizing Python applications.""",