mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 2.4.
This commit is contained in:
parent
f40f90e618
commit
3c8fe6a7d2
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
2.4 (2015-12-03)
|
||||
----------------
|
||||
|
||||
* Add support for Django 1.9. Drop support for Django 1.6 and earlier.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.4a2'
|
||||
__version__ = '2.4'
|
||||
|
|
|
|||
Loading…
Reference in a new issue