mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-21 16:11:52 +00:00
Bump version to 3.0.1a1.
This commit is contained in:
parent
2e3b50dcb6
commit
100d2d7a24
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
master (unreleased)
|
||||||
|
-------------------
|
||||||
|
|
||||||
3.0.0 (2017.04.13)
|
3.0.0 (2017.04.13)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
from .choices import Choices
|
from .choices import Choices
|
||||||
from .tracker import FieldTracker, ModelTracker
|
from .tracker import FieldTracker, ModelTracker
|
||||||
|
|
||||||
__version__ = '3.0.0'
|
__version__ = '3.0.1a1'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue