update changelog and versions for 3.1.2

This commit is contained in:
João Amaro 2018-05-09 14:45:37 -03:00
parent 18dfb6b2cf
commit 6d2ba63387
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -1,4 +1,4 @@
from .choices import Choices
from .tracker import FieldTracker, ModelTracker
__version__ = '3.1.1'
__version__ = '3.1.2'