This commit is contained in:
Samuel Colvin
2019-06-06 17:33:15 +01:00
parent 8ad9fa45df
commit 795efe5c1c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,14 +3,14 @@
History
-------
v0.28 (unreleased)
v0.28 (2019-06-06)
..................
* fix support for JSON Schema generation when using models with circular references in Python 3.7, #572 by @tiangolo
* support ``__post_init_post_parse__`` on dataclasses, #567 by @sevaho
* allow dumping dataclasses to JSON, #575 by @samuelcolvin and @DanielOberg
* ORM mode, #562 by @samuelcolvin
* fix ``pydantic.compiled`` on ipython, #573 by @dmontagu and @samuelcolvin
* add `StrictBool` type, #579 by @cazgp
* add ``StrictBool`` type, #579 by @cazgp
v0.27 (2019-05-30)
..................
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.27')
VERSION = StrictVersion('0.28')