mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
update changelog and versions for 3.1.1
This commit is contained in:
parent
419fe216b7
commit
baa8bae1c0
2 changed files with 6 additions and 1 deletions
|
|
@ -4,6 +4,11 @@ CHANGES
|
|||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
3.1.1 (2017.12.17)
|
||||
------------------
|
||||
|
||||
- Update classifiers and README via GH-306, fixes GH-305
|
||||
|
||||
3.1.0 (2017.12.11)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '3.1.0'
|
||||
__version__ = '3.1.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue