summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-29 13:33:55 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-29 13:33:55 +0200
commitc3a7bf10158748aea1b8ce430e5f3f1cf4f1ce0f (patch)
tree7ee5f9556893eba78e599fb7167b6a1ca757bda5
parent62975daac12602efae44d9fc9bf62fce373778b9 (diff)
downloadbabel-c3a7bf10158748aea1b8ce430e5f3f1cf4f1ce0f.tar.gz
Ready for 1.4
-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 dd9f17e..046bdc0 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 4a57551..7a566ab 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.""",