From: Armin Ronacher Date: Mon, 29 Jul 2013 11:33:55 +0000 (+0200) Subject: Ready for 1.4 X-Git-Tag: 2.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a7bf10158748aea1b8ce430e5f3f1cf4f1ce0f;p=thirdparty%2Fbabel.git Ready for 1.4 --- diff --git a/babel/__init__.py b/babel/__init__.py index dd9f17e0..046bdc01 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' +__version__ = '1.4-dev' diff --git a/setup.py b/setup.py index 4a57551f..7a566ab5 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.3', + version='1.4-dev', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",