diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a53a3e..d4fe7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10) + +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.0...v0.2.1) + +* Update PyPi package description + ## [v0.2.0](https://github.com/bogdandm/json2python-models/tree/v0.2.0) (2020-05-10) [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...v0.2.0) diff --git a/json_to_models/__init__.py b/json_to_models/__init__.py index 380cac6..8c30e25 100644 --- a/json_to_models/__init__.py +++ b/json_to_models/__init__.py @@ -1,4 +1,4 @@ from pkg_resources import parse_version -__version__ = "0.2.0" +__version__ = "0.2.1" VERSION = parse_version(__version__)