mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@
|
||||
History
|
||||
-------
|
||||
|
||||
v0.31 (unreleased)
|
||||
..................
|
||||
* 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
|
||||
parameter, #644 by @lnaden and @dgasmith
|
||||
|
||||
v0.30 (2019-07-07)
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.30')
|
||||
VERSION = StrictVersion('0.30.1')
|
||||
|
||||
Reference in New Issue
Block a user