mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version for dev.
This commit is contained in:
parent
a43027ccee
commit
c5417eb613
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
|
||||
2.5 (2016-04-18)
|
||||
----------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.5'
|
||||
__version__ = '2.5.1a1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue