Preparing release 0.3.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Changes
|
Changes
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.3.1 (unreleased)
|
0.3.1 (2013-12-11)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- fix relative import in template tags
|
- fix relative import in template tags
|
||||||
|
|||||||
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.dev0',
|
version='0.3.1',
|
||||||
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