mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version for 2.4 development.
This commit is contained in:
parent
443108c7ad
commit
165e0ec495
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
2.3.1 (2015-07-20)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.3.1'
|
||||
__version__ = '2.4a2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue