mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
+2
-2
@@ -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
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.27')
|
||||
VERSION = StrictVersion('0.28')
|
||||
|
||||
Reference in New Issue
Block a user