This commit is contained in:
Samuel Colvin
2019-07-15 19:28:36 +01:00
parent 61c8ca2f30
commit 7244aba553
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.30')
VERSION = StrictVersion('0.30.1')