Back to development: 0.3.2

This commit is contained in:
Thomas Grainger
2013-12-11 15:32:29 +00:00
parent 3dbc6f90d4
commit 23069b33f7
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Changes
=========
0.3.2 (unreleased)
------------------
- Nothing changed yet.
0.3.1 (2013-12-11)
------------------

View File

@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
setup(
name = 'django-babel',
description = 'Utilities for using Babel in Django',
version='0.3.1',
version='0.3.2.dev0',
license = 'BSD',
author = 'Edgewall Software',
author_email = 'python-babel@googlegroups.com',