Skip to content

Commit 1828a37

Browse files
committed
Become version 0.6.1
1 parent 9610396 commit 1828a37

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.6.1 - 2017-07-20
5+
------------------
6+
7+
* compatibility with Django 1.11 added
8+
49
0.6.0 - 2017-04-25
510
------------------
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(*parts):
1515
name='django-babel',
1616
description='Utilities for using Babel in Django',
1717
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
18-
version='0.6.0',
18+
version='0.6.1',
1919
license='BSD',
2020
author='Christopher Grebs',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)