mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.1.0.
This commit is contained in:
parent
f8a7c50c0a
commit
24fa8945bb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
2.1.0 (2014.07.25)
|
||||
------------------
|
||||
|
||||
* Add support for Django's built-in migrations to ``MonitorField`` and
|
||||
``StatusField``.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.0.3.post1'
|
||||
__version__ = '2.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue