Skip to content

Commit 138f717

Browse files
committed
Release 2.1.1
1 parent bc69c4a commit 138f717

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

babel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
negotiate_locale, parse_locale, get_locale_identifier
2222

2323

24-
__version__ = '2.1'
24+
__version__ = '2.1.1'

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[egg_info]
2-
tag_date = true
3-
41
[aliases]
52
release = egg_info -RDb ''
63

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def run(self):
3232

3333
setup(
3434
name='Babel',
35-
version='2.1',
35+
version='2.1.1',
3636
description='Internationalization utilities',
3737
long_description=\
3838
"""A collection of tools for internationalizing Python applications.""",

0 commit comments

Comments
 (0)