tag 3.1.0

This commit is contained in:
Tony Narlock 2017-12-11 08:27:41 -06:00
parent 044cac0d68
commit 8a0d00b939
2 changed files with 8 additions and 1 deletions

View file

@ -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)
------------------

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '3.0.1a1'
__version__ = '3.1.0'