mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-05 01:04:51 +00:00
Bump version to 2.1.2a1.
This commit is contained in:
parent
bd3787a4a8
commit
19c9c380df
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.1.2a1 (unreleased)
|
||||
--------------------
|
||||
|
||||
2.1.1 (2014.07.28)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.1.1'
|
||||
__version__ = '2.1.2a1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue