oops that should be 0.3.14

This commit is contained in:
Andy McKay 2014-09-19 14:01:21 -07:00
parent ca6e805562
commit 0ce2b24bea
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Credits:
Changes
-------
0.3.13:
0.3.14:
- pypy testing support
- log model changes

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.13',
version='0.3.14',
description='Django interface with statsd',
long_description=open('README.rst').read(),
author='Andy McKay',