Skip to content

Commit 10c18ee

Browse files
committed
uprev
1 parent 6316a6a commit 10c18ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

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

6-
v0.32 (unreleased)
6+
v0.32 (2019-08-08)
77
..................
88
* add model name to ``ValidationError`` error message, #676 by @dmontagu
99
* **breaking change**: remove ``__getattr__`` and rename ``__values__`` to ``__dict__`` on ``BaseModel``,
1010
deprecation warning on use ``__values__`` attr, attributes access speed increased up to 14 times, #712 by @MrMrRobat
11-
* support ``ForwardRef`` (without self-referencing annotations) in Python3.6, #706 by @koxudaxi
11+
* support ``ForwardRef`` (without self-referencing annotations) in Python 3.6, #706 by @koxudaxi
1212
* implement ``schema_extra`` in ``Config`` sub-class, #663 by @tiangolo
1313

1414
v0.31.1 (2019-07-31)

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.31.1')
5+
VERSION = StrictVersion('0.32')

0 commit comments

Comments
 (0)