mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 3.0.0.
This commit is contained in:
parent
f11646b10e
commit
2e3b50dcb6
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
3.0.0 (2017.04.13)
|
||||
------------------
|
||||
|
||||
* Drop support for Python 2.6.
|
||||
* Drop support for Django 1.4, 1.5, 1.6, 1.7.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '2.6.2.a1'
|
||||
__version__ = '3.0.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue