File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- v0.31 (unreleased )
6
+ v0.31 (2019-07-24 )
7
7
..................
8
8
* better support for floating point `multiple_of ` values, #652 by @justindujardin
9
9
* fix schema generation for ``NewType `` and ``Literal ``, #649 by @dmontagu
10
10
* fix ``alias_generator `` and field config conflict, #645 by @gmetzker and #658 by @MrMrRobat
11
11
* more detailed message for ``EnumError ``, #673 by @dmontagu
12
12
* add advanced exclude support for ``dict ``, ``json `` and ``copy ``, #648 by @MrMrRobat
13
13
* fix bug in ``GenericModel `` for models with concrete parameterized fields, #672 by @dmontagu
14
- * add documentation for Literal type, #651 by @dmontagu
14
+ * add documentation for `` Literal `` type, #651 by @dmontagu
15
15
* add ``Config.keep_untouched `` for custom descriptors support, #679 by @MrMrRobat
16
16
* use ``inspect.cleandoc `` internally to get model description, #657 by @tiangolo
17
- * add Color to schema generation, by @euri10
17
+ * add `` Color `` to schema generation, by @euri10
18
18
19
19
v0.30.1 (2019-07-15)
20
20
....................
Original file line number Diff line number Diff line change 2
2
3
3
__all__ = ['VERSION' ]
4
4
5
- VERSION = StrictVersion ('0.30.1 ' )
5
+ VERSION = StrictVersion ('0.31 ' )
You can’t perform that action at this time.
0 commit comments