diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d53dea..22d0486 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +0.6.0 - 2017-04-25 +------------------ + +* compatibility with unsupported Django versions (<1.8) is dropped +* compatibility with Django 1.10+ middlewares was added + 0.5.1 - 2016-03-30 ------------------ diff --git a/setup.py b/setup.py index b8cbdf1..bb94009 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(*parts): name='django-babel', description='Utilities for using Babel in Django', long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'), - version='0.5.1', + version='0.6.0', license='BSD', author='Christopher Grebs', author_email='cg@webshox.org',