This commit is contained in:
Nikita Grishko
2018-07-02 10:06:45 -07:00
parent 85f8a6b60e
commit f2190c4b24
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.11.1 (2018-XX-XX)
v0.11.1 (2018-07-02)
....................
* support Python 3.7 #216, thanks @layday
* Allow arbitrary types in model #209, thanks @oldPadavan
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.11.0')
VERSION = StrictVersion('0.11.1')