From: Armin Ronacher Date: Mon, 27 Jul 2015 11:27:47 +0000 (+0200) Subject: Bump version number to 2.0 X-Git-Tag: 2.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e9ae0996d6c502a04a338a7fa3c0c1c9024e734;p=thirdparty%2Fbabel.git Bump version number to 2.0 --- diff --git a/babel/__init__.py b/babel/__init__.py index addf71ae..6854931a 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__ = '2.0-dev' +__version__ = '2.0' diff --git a/setup.py b/setup.py index b89a4ec4..2c27ce40 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='2.0-dev', + version='2.0', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",