From: Armin Ronacher Date: Fri, 26 Jul 2013 16:12:34 +0000 (+0200) Subject: Bump version number to 1.0 X-Git-Tag: 1.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7be5f9594089e31e6248b0270da8b568de70444;p=thirdparty%2Fbabel.git Bump version number to 1.0 --- diff --git a/babel/__init__.py b/babel/__init__.py index 1704afab..617726bc 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.0-dev' +__version__ = '1.0' diff --git a/setup.py b/setup.py index 80719481..680c5fc1 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.0-dev', + version='1.0', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",