diff --git a/CHANGES.rst b/CHANGES.rst index 3c3040a..0b2998f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ CHANGES ======= +master (unreleased) +------------------- + + 1.4.0 (2013.06.03) ------------------ diff --git a/setup.py b/setup.py index 717144c..2405f90 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description = (open('README.rst').read() + setup( name='django-model-utils', - version='1.4.0', + version='1.4.0.post1', description='Django model mixins and utilities', long_description=long_description, author='Carl Meyer',