Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jul 7, 2019
1 parent 34f271e commit b52d877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
History
-------

v0.30 (unreleased)
v0.30 (2019-07-07)
..................
* enforce single quotes in code, #612 by @samuelcolvin
* fix infinite recursion with dataclass inheritance and ``__post_init__``, #606 by @Hanaasagi
* fix default values for ``GenericModel``, #610 by @dmontagu
* clarify, that self-referencing models require python 3.7+, #616 by @vlcinsky
* clarify that self-referencing models require python 3.7+, #616 by @vlcinsky
* fix truncate for types, #611 by @dmontagu
* add ``alias_generator`` support, #622 by @MrMrRobat
* fix unparameterized generic type schema generation, #625 by @dmontagu
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.29')
VERSION = StrictVersion('0.30')

0 comments on commit b52d877

Please sign in to comment.