Back to development: 0.3.2
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
Changes
|
Changes
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.2 (unreleased)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- Nothing changed yet.
|
||||||
|
|
||||||
|
|
||||||
0.3.1 (2013-12-11)
|
0.3.1 (2013-12-11)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
|
|||||||
setup(
|
setup(
|
||||||
name = 'django-babel',
|
name = 'django-babel',
|
||||||
description = 'Utilities for using Babel in Django',
|
description = 'Utilities for using Babel in Django',
|
||||||
version='0.3.1',
|
version='0.3.2.dev0',
|
||||||
license = 'BSD',
|
license = 'BSD',
|
||||||
author = 'Edgewall Software',
|
author = 'Edgewall Software',
|
||||||
author_email = 'python-babel@googlegroups.com',
|
author_email = 'python-babel@googlegroups.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user