This commit is contained in:
Samuel Colvin
2019-07-06 14:25:01 +01:00
parent 34f271e8fa
commit b52d877f28
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
History
-------
v0.30 (unreleased)
v0.30 (2019-07-07)
..................
* enforce single quotes in code, #612 by @samuelcolvin
* fix infinite recursion with dataclass inheritance and ``__post_init__``, #606 by @Hanaasagi
* fix default values for ``GenericModel``, #610 by @dmontagu
* clarify, that self-referencing models require python 3.7+, #616 by @vlcinsky
* clarify that self-referencing models require python 3.7+, #616 by @vlcinsky
* fix truncate for types, #611 by @dmontagu
* add ``alias_generator`` support, #622 by @MrMrRobat
* fix unparameterized generic type schema generation, #625 by @dmontagu
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.29')
VERSION = StrictVersion('0.30')