summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:39:02 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:39:02 +0200
commit33e407e419502e7a65cb3805acc9cb2b17227264 (patch)
tree4a8def30863cc69c5f658ddf010849d30815d661
parent21cedd6b250d90a5e15d87e7d2db98c810a95839 (diff)
downloadbabel-33e407e419502e7a65cb3805acc9cb2b17227264.tar.gz
Ready for 1.2 if we need it
-rw-r--r--babel/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index d1a54ef..535f10f 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'
+__version__ = '1.2-dev'
diff --git a/setup.py b/setup.py
index 3fd1c49..301e7a7 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
setup(
name='Babel',
- version='1.1',
+ version='1.2-dev',
description='Internationalization utilities',
long_description=\
"""A collection of tools for internationalizing Python applications.""",