From: Armin Ronacher Date: Sat, 27 Jul 2013 09:12:45 +0000 (+0200) Subject: Prepare for 1.1 X-Git-Tag: 1.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15f91764a4d5909b1ed4824d8511f549006c2f6;p=thirdparty%2Fbabel.git Prepare for 1.1 --- diff --git a/CHANGES b/CHANGES index d56632ad..b98432a8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Babel Changelog =============== +Version 1.1 +----------- + +(bugfix release, release date to be decided) + Version 1.0 ----------- diff --git a/babel/__init__.py b/babel/__init__.py index 617726bc..9af12dda 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' +__version__ = '1.1-dev' diff --git a/setup.py b/setup.py index 680c5fc1..914b7dce 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='1.0', + version='1.1-dev', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""",