Skip to content

Commit

Permalink
Become version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 25, 2017
1 parent f9ce542 commit ec0ebfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit ec0ebfa

Please sign in to comment.