Skip to content

Commit c28d469

Browse files
committed
uprev
1 parent fae3588 commit c28d469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
History
44
-------
55

6-
v0.31 (unreleased)
6+
v0.31 (2019-07-24)
77
..................
88
* better support for floating point `multiple_of` values, #652 by @justindujardin
99
* fix schema generation for ``NewType`` and ``Literal``, #649 by @dmontagu
1010
* fix ``alias_generator`` and field config conflict, #645 by @gmetzker and #658 by @MrMrRobat
1111
* more detailed message for ``EnumError``, #673 by @dmontagu
1212
* add advanced exclude support for ``dict``, ``json`` and ``copy``, #648 by @MrMrRobat
1313
* 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
1515
* add ``Config.keep_untouched`` for custom descriptors support, #679 by @MrMrRobat
1616
* 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
1818

1919
v0.30.1 (2019-07-15)
2020
....................

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['VERSION']
44

5-
VERSION = StrictVersion('0.30.1')
5+
VERSION = StrictVersion('0.31')

0 commit comments

Comments
 (0)