diff --git a/CHANGES.rst b/CHANGES.rst index 516abe5..9d5ea72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ CHANGES ======= +tip (unreleased) +---------------- + 1.3.0 (2013.03.27) ------------------ diff --git a/setup.py b/setup.py index 66ec6b0..b3dc1b4 100644 --- a/setup.py +++ b/setup.py @@ -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',