This commit is contained in:
Samuel Colvin
2019-06-19 11:28:14 +01:00
parent b84df079a7
commit dd44fda8a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.29 (unreleased)
v0.29 (2019-06-19)
..................
* support dataclasses.InitVar, #592 by @pfrederiks
* Updated documentation to elucidate the usage of ``Union`` when defining multiple types under an attribute's
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.28')
VERSION = StrictVersion('0.29')