Skip to content

Commit b52d877

Browse files
committed
uprev
1 parent 34f271e commit b52d877

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.30 (unreleased)
6+
v0.30 (2019-07-07)
77
..................
88
* enforce single quotes in code, #612 by @samuelcolvin
99
* fix infinite recursion with dataclass inheritance and ``__post_init__``, #606 by @Hanaasagi
1010
* 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
1212
* fix truncate for types, #611 by @dmontagu
1313
* add ``alias_generator`` support, #622 by @MrMrRobat
1414
* fix unparameterized generic type schema generation, #625 by @dmontagu

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

0 commit comments

Comments
 (0)