Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Sep 25, 2015
1 parent bc69c4a commit 138f717
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion babel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.1'
__version__ = '2.1.1'
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[egg_info]
tag_date = true

[aliases]
release = egg_info -RDb ''

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):

setup(
name='Babel',
version='2.1',
version='2.1.1',
description='Internationalization utilities',
long_description=\
"""A collection of tools for internationalizing Python applications.""",
Expand Down

0 comments on commit 138f717

Please sign in to comment.