mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.0.1.post1.
This commit is contained in:
parent
d77608ef76
commit
6579f5d61f
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,11 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.0.1 (unreleased)
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
|
||||
2.0.1 (2014.02.11)
|
||||
-------------------
|
||||
|
||||
* Fix dependency to be on "Django" rather than "django", which plays better
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.0.1'
|
||||
__version__ = '2.0.1.post1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue