File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- v0.30 (unreleased )
6
+ v0.30 (2019-07-07 )
7
7
..................
8
8
* enforce single quotes in code, #612 by @samuelcolvin
9
9
* fix infinite recursion with dataclass inheritance and ``__post_init__ ``, #606 by @Hanaasagi
10
10
* fix default values for ``GenericModel ``, #610 by @dmontagu
11
- * clarify, that self-referencing models require python 3.7+, #616 by @vlcinsky
11
+ * clarify that self-referencing models require python 3.7+, #616 by @vlcinsky
12
12
* fix truncate for types, #611 by @dmontagu
13
13
* add ``alias_generator `` support, #622 by @MrMrRobat
14
14
* fix unparameterized generic type schema generation, #625 by @dmontagu
Original file line number Diff line number Diff line change 2
2
3
3
__all__ = ['VERSION' ]
4
4
5
- VERSION = StrictVersion ('0.29 ' )
5
+ VERSION = StrictVersion ('0.30 ' )
You can’t perform that action at this time.
0 commit comments