mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
tag 3.1.0
This commit is contained in:
parent
044cac0d68
commit
8a0d00b939
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@ CHANGES
|
|||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
3.1.0 (2017.12.11)
|
||||
------------------
|
||||
|
||||
- Support for Django 2.0 via GH-298, fixes GH-297
|
||||
- Remove old travis script via GH-300
|
||||
- Fix codecov and switch to py.test #301
|
||||
|
||||
3.0.0 (2017.04.13)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '3.0.1a1'
|
||||
__version__ = '3.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue