Become version 0.6.0

This commit is contained in:
Aarni Koskela 2017-04-25 10:38:32 +03:00
parent f9ce5420ed
commit ec0ebfa9fc
2 changed files with 7 additions and 1 deletions

View File

@ -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
------------------

View File

@ -15,7 +15,7 @@ setup(
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',