Hello 1.4.0.

This commit is contained in:
Carl Meyer 2013-06-03 14:25:29 -06:00
parent b4efe66059
commit 3c8e165dec
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
CHANGES
=======
tip (unreleased)
----------------
1.4.0 (2013.06.03)
------------------
- Introduced ``FieldTracker`` as replacement for ``ModelTracker``, which is now
deprecated.

View file

@ -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',