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