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.32 (unreleased )
6
+ v0.32 (2019-08-08 )
7
7
..................
8
8
* add model name to ``ValidationError `` error message, #676 by @dmontagu
9
9
* **breaking change **: remove ``__getattr__ `` and rename ``__values__ `` to ``__dict__ `` on ``BaseModel ``,
10
10
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
12
12
* implement ``schema_extra `` in ``Config `` sub-class, #663 by @tiangolo
13
13
14
14
v0.31.1 (2019-07-31)
Original file line number Diff line number Diff line change 2
2
3
3
__all__ = ['VERSION' ]
4
4
5
- VERSION = StrictVersion ('0.31.1 ' )
5
+ VERSION = StrictVersion ('0.32 ' )
You can’t perform that action at this time.
0 commit comments