Skip to content

Commit dbb333b

Browse files
committed
release 0.5.0
1 parent 5d953ef commit dbb333b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.5.0 - 2016-02-29
5+
------------------
6+
7+
* Add compatibility for Django-1.9
8+
49
0.4.0 - 2015-04-22
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.4.0',
18+
version='0.5.0',
1919
license='BSD',
2020
author='Christopher Grebs',
2121
author_email='cg@webshox.org',

0 commit comments

Comments
 (0)