bump for 1.6 support

This commit is contained in:
Andy McKay 2014-04-07 11:40:13 -07:00
parent 856f267a2b
commit a57d2023ef
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,10 @@ Credits:
Changes
-------
0.3.11:
- Django 1.6 support
0.3.9:
- statsd 2.0 support
@ -326,6 +330,7 @@ Contributors
* janfabry
* tomchristie
* diox
* frewsxcv
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.10',
version='0.3.11',
description='Django interface with statsd',
long_description=open('README.rst').read(),
author='Andy McKay',