Added @jun66j5 bug fix log entry to the CHANGES file
Babel Changelog
===============
+Version 2.1
+-----------
+(bugfix release, to be defined)
+- Fix Locale.parse using ``global.dat`` incompatible types (https://github.com/mitsuhiko/babel/issues/174)
+
Version 2.0
-----------
negotiate_locale, parse_locale, get_locale_identifier
-__version__ = '2.0'
+__version__ = '2.1'
setup(
name='Babel',
- version='2.0',
+ version='2.1',
description='Internationalization utilities',
long_description=\
"""A collection of tools for internationalizing Python applications.""",