mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Hello 1.4.0.
This commit is contained in:
parent
b4efe66059
commit
3c8e165dec
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
tip (unreleased)
|
||||
----------------
|
||||
1.4.0 (2013.06.03)
|
||||
------------------
|
||||
|
||||
- Introduced ``FieldTracker`` as replacement for ``ModelTracker``, which is now
|
||||
deprecated.
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue