From 138f71723fa09798ea8a426bbfa7557c48250592 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Fri, 25 Sep 2015 14:41:40 +0200 Subject: [PATCH] Release 2.1.1 --- babel/__init__.py | 2 +- setup.cfg | 3 --- setup.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/babel/__init__.py b/babel/__init__.py index d8895038..8f98798e 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__ = '2.1' +__version__ = '2.1.1' diff --git a/setup.cfg b/setup.cfg index 61207e66..d1e70278 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[egg_info] -tag_date = true - [aliases] release = egg_info -RDb '' diff --git a/setup.py b/setup.py index 7052871b..567849ea 100755 --- 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.""", -- 2.47.3