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