bump version

This commit is contained in:
Andy McKay 2014-05-01 11:05:19 -07:00
parent bcda5ab911
commit 816bde6f3f
2 changed files with 9 additions and 1 deletions

View File

@ -16,6 +16,10 @@ Credits:
Changes
-------
0.3.12:
- Event better Django 1.6 support for the patches, with tests.
0.3.11:
- Django 1.6 support
@ -338,6 +342,10 @@ Contributors
* tomchristie
* diox
* frewsxcv
* fud
* ftobia
* jawnb
* fgallina
See:

View File

@ -4,7 +4,7 @@ from setuptools import setup
setup(
# Because django-statsd was taken, I called this django-statsd-mozilla.
name='django-statsd-mozilla',
version='0.3.11',
version='0.3.12',
description='Django interface with statsd',
long_description=open('README.rst').read(),
author='Andy McKay',