bump to 0.3.13

This commit is contained in:
Andy McKay 2014-09-19 13:59:49 -07:00
parent 2d0e111858
commit 0dcaec9651
2 changed files with 10 additions and 1 deletions

View File

@ -16,6 +16,14 @@ Credits:
Changes
-------
0.3.13:
- pypy testing support
- log model changes
- log celery events
- log db queries
- show lower/mean/upper values in debugbar, thanks jonathanslenders!
0.3.12:
- Event better Django 1.6 support for the patches, with tests.
@ -364,6 +372,7 @@ Contributors
* ftobia
* jawnb
* fgallina
* jonathanslenders
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.12',
version='0.3.13',
description='Django interface with statsd',
long_description=open('README.rst').read(),
author='Andy McKay',