diff --git a/HISTORY.rst b/HISTORY.rst index 683ba2a..e78c555 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/pydantic/version.py b/pydantic/version.py index 4863088..430a8b2 100644 --- a/pydantic/version.py +++ b/pydantic/version.py @@ -2,4 +2,4 @@ from distutils.version import StrictVersion __all__ = ['VERSION'] -VERSION = StrictVersion('0.28') +VERSION = StrictVersion('0.29')