Skip to content

Commit 7244aba

Browse files
committed
uprev
1 parent 61c8ca2 commit 7244aba

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,9 +3,9 @@
33
History
44
-------
55

6-
v0.31 (unreleased)
7-
..................
8-
* nested classes which inherit and change ``__init__`` are now correctly processed while still allowing ``self`` as a
6+
v0.30.1 (2019-07-15)
7+
....................
8+
* fix so nested classes which inherit and change ``__init__`` are correctly processed while still allowing ``self`` as a
99
parameter, #644 by @lnaden and @dgasmith
1010

1111
v0.30 (2019-07-07)

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

0 commit comments

Comments
 (0)