Skip to content

Commit e63c88a

Browse files
author
Thomas Grainger
committed
Preparing release 0.6.1
1 parent 833c329 commit e63c88a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
22
=========
33

4-
0.6.1 - 2017-07-20
4+
0.6.2 (unreleased)
5+
------------------
6+
7+
- Nothing changed yet.
8+
9+
10+
0.6.1 (2017-12-18)
511
------------------
612

713
* compatibility with Django 1.11 added

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.1',
18+
version='0.6.2.dev0',
1919
license='BSD',
2020
author='Christopher Grebs',
2121
author_email='[email protected]',

0 commit comments

Comments
 (0)