Skip to content

Commit

Permalink
Preparing release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Grainger committed Dec 18, 2017
1 parent 833c329 commit e63c88a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog
=========

0.6.1 - 2017-07-20
0.6.2 (unreleased)
------------------

- Nothing changed yet.


0.6.1 (2017-12-18)
------------------

* compatibility with Django 1.11 added
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.6.1',
version='0.6.2.dev0',
license='BSD',
author='Christopher Grebs',
author_email='[email protected]',
Expand Down

0 comments on commit e63c88a

Please sign in to comment.