diff --git a/HISTORY.rst b/HISTORY.rst index 57357b3..5d2530f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -v0.19.0 (unreleased) +v0.18.2 (2019-01-22) .................... * Fix to schema generation with ``Optional`` fields, fix #361 by @samuelcolvin diff --git a/pydantic/version.py b/pydantic/version.py index bd4adf0..fc0f7ca 100644 --- a/pydantic/version.py +++ b/pydantic/version.py @@ -2,4 +2,4 @@ from distutils.version import StrictVersion __all__ = ['VERSION'] -VERSION = StrictVersion('0.18.1') +VERSION = StrictVersion('0.18.2')