]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Release 2.1.1 2.1.1
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 12:41:40 +0000 (14:41 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 12:41:40 +0000 (14:41 +0200)
babel/__init__.py
setup.cfg
setup.py

index d8895038e1b2da9d7df7f7caa1b9ea0b0e8cf1eb..8f98798ecd22e9eb12e9988d04b7c66e59c8dbfb 100644 (file)
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
      negotiate_locale, parse_locale, get_locale_identifier
 
 
-__version__ = '2.1'
+__version__ = '2.1.1'
index 61207e66d351b0cb774ef04f46d30a2540f0755a..d1e7027851aab345b79f9ebe43d390879dde9a72 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,3 @@
-[egg_info]
-tag_date = true
-
 [aliases]
 release = egg_info -RDb ''
 
index 7052871b0174811d3ad73f295f71471850a327c4..567849ea61f19734069e6d0d2a5a3f63995a8425 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
 
 setup(
     name='Babel',
-    version='2.1',
+    version='2.1.1',
     description='Internationalization utilities',
     long_description=\
 """A collection of tools for internationalizing Python applications.""",