]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Bump version number to 1.3 1.3
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Jul 2013 11:33:20 +0000 (13:33 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 29 Jul 2013 11:33:20 +0000 (13:33 +0200)
babel/__init__.py
setup.py

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