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.2
This commit is contained in:
parent
18dfb6b2cf
commit
6d2ba63387
2 changed files with 5 additions and 1 deletions
|
|
@ -3,9 +3,13 @@ CHANGES
|
|||
|
||||
master (unreleased)
|
||||
-------------------
|
||||
|
||||
3.1.2 (2018.05.09)
|
||||
------------------
|
||||
* Update InheritanceIterable to inherit from
|
||||
ModelIterable instead of BaseIterable, fixes GH-277.
|
||||
|
||||
|
||||
3.1.1 (2017.12.17)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .choices import Choices
|
||||
from .tracker import FieldTracker, ModelTracker
|
||||
|
||||
__version__ = '3.1.1'
|
||||
__version__ = '3.1.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue