Preparing release 0.3.1

This commit is contained in:
Thomas Grainger
2013-12-11 15:32:13 +00:00
parent 4c625d6a86
commit 3dbc6f90d4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Changes
=========
0.3.1 (unreleased)
0.3.1 (2013-12-11)
------------------
- fix relative import in template tags

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.dev0',
version='0.3.1',
license = 'BSD',
author = 'Edgewall Software',
author_email = 'python-babel@googlegroups.com',