]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Ready for 1.4
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Jul 2013 11:33:55 +0000 (13:33 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Jul 2013 11:33:55 +0000 (13:33 +0200)
babel/__init__.py
setup.py

index dd9f17e04d1f6c4ac74cb3e872c3603cc58a3db6..046bdc012c8b302167dd9a9d12fab214d49d8919 100644 (file)
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
      negotiate_locale, parse_locale, get_locale_identifier
 
 
-__version__ = '1.3'
+__version__ = '1.4-dev'
index 4a57551f7871e3922fcd7fc0387bfdf0d050fd3c..7a566ab5c54b839e5ac4a0af27cf7b01ef211b7b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
 
 setup(
     name='Babel',
-    version='1.3',
+    version='1.4-dev',
     description='Internationalization utilities',
     long_description=\
 """A collection of tools for internationalizing Python applications.""",