diff --git a/docs/index.rst b/docs/index.rst index 3d5908c..2a2733c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/setup.py b/setup.py index 5857ac7..f999b9c 100644 --- a/setup.py +++ b/setup.py @@ -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',