This commit is contained in:
Nikita Grishko
2018-07-31 21:44:37 +03:00
parent d293773370
commit 16eebf0c61
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.12.1 (2018-XX-XX)
v0.12.1 (2018-07-31)
....................
* fix schema generation for fields defined using ``typing.Any`` #237
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.12')
VERSION = StrictVersion('0.12.1')