From: Armin Ronacher Date: Sat, 27 Jul 2013 10:59:47 +0000 (+0200) Subject: If we need a 1.3 X-Git-Tag: 1.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170c220106598ad83ccbfa5f638dd5f468b925f5;p=thirdparty%2Fbabel.git If we need a 1.3 --- diff --git a/babel/__init__.py b/babel/__init__.py index 3a897cd3..3b9f6a2e 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.2' +__version__ = '1.3-dev' diff --git a/setup.py b/setup.py index e8cbf29e..d61e0d33 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.2', + version='1.3-dev', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",