This commit is contained in:
Samuel Colvin
2019-01-22 18:34:28 +00:00
parent 2fb0b26b81
commit 06b0c41276
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.19.0 (unreleased)
v0.18.2 (2019-01-22)
....................
* Fix to schema generation with ``Optional`` fields, fix #361 by @samuelcolvin
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.18.1')
VERSION = StrictVersion('0.18.2')