From: Armin Ronacher Date: Sat, 27 Jul 2013 09:37:59 +0000 (+0200) Subject: Bump version number to 1.1 X-Git-Tag: 1.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cedd6b250d90a5e15d87e7d2db98c810a95839;p=thirdparty%2Fbabel.git Bump version number to 1.1 --- diff --git a/babel/__init__.py b/babel/__init__.py index 9af12dda..d1a54efb 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-dev' +__version__ = '1.1' diff --git a/setup.py b/setup.py index 48d43ffb..3fd1c496 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.1-dev', + version='1.1', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",