Bump version for dev.

This commit is contained in:
Carl Meyer 2013-03-28 10:50:57 -06:00
parent 1d67fee736
commit c057e51fd9
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
CHANGES
=======
tip (unreleased)
----------------
1.3.0 (2013.03.27)
------------------

View file

@ -8,7 +8,7 @@ long_description = (open('README.rst').read() +
setup(
name='django-model-utils',
version='1.3.0',
version='1.3.0.post1',
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',