From: Armin Ronacher Date: Mon, 29 Jul 2013 11:33:20 +0000 (+0200) Subject: Bump version number to 1.3 X-Git-Tag: 1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62975daac12602efae44d9fc9bf62fce373778b9;p=thirdparty%2Fbabel.git Bump version number to 1.3 --- diff --git a/babel/__init__.py b/babel/__init__.py index 3b9f6a2e..dd9f17e0 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.3-dev' +__version__ = '1.3' diff --git a/setup.py b/setup.py index d61e0d33..4a57551f 100755 --- 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.""",