We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8ca2 commit 7244abaCopy full SHA for 7244aba
HISTORY.rst
@@ -3,9 +3,9 @@
3
History
4
-------
5
6
-v0.31 (unreleased)
7
-..................
8
-* nested classes which inherit and change ``__init__`` are now correctly processed while still allowing ``self`` as a
+v0.30.1 (2019-07-15)
+....................
+* fix so nested classes which inherit and change ``__init__`` are correctly processed while still allowing ``self`` as a
9
parameter, #644 by @lnaden and @dgasmith
10
11
v0.30 (2019-07-07)
pydantic/version.py
@@ -2,4 +2,4 @@
2
__all__ = ['VERSION']
-VERSION = StrictVersion('0.30')
+VERSION = StrictVersion('0.30.1')
0 commit comments