From: Armin Ronacher Date: Sat, 27 Jul 2013 09:39:02 +0000 (+0200) Subject: Ready for 1.2 if we need it X-Git-Tag: 1.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e407e419502e7a65cb3805acc9cb2b17227264;p=thirdparty%2Fbabel.git Ready for 1.2 if we need it --- diff --git a/babel/__init__.py b/babel/__init__.py index d1a54efb..535f10f4 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__ = '1.1' +__version__ = '1.2-dev' diff --git a/setup.py b/setup.py index 3fd1c496..301e7a7a 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.1', + version='1.2-dev', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",