From 0dcaec9651d9f6647154b8d8518433f6dd2b3865 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Fri, 19 Sep 2014 13:59:49 -0700 Subject: [PATCH] bump to 0.3.13 --- docs/index.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e137221..3c0184d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/setup.py b/setup.py index f999b9c..35235fe 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.12', + version='0.3.13', description='Django interface with statsd', long_description=open('README.rst').read(), author='Andy McKay',