diff --git a/CHANGES.rst b/CHANGES.rst index 8506f16..3c3040a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ CHANGES ======= -tip (unreleased) ----------------- +1.4.0 (2013.06.03) +------------------ - Introduced ``FieldTracker`` as replacement for ``ModelTracker``, which is now deprecated. diff --git a/setup.py b/setup.py index c213b6d..717144c 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.1.post1', + version='1.4.0', description='Django model mixins and utilities', long_description=long_description, author='Carl Meyer',