We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543a323 commit 96570feCopy full SHA for 96570fe
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10)
4
+
5
+[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.0...v0.2.1)
6
7
+* Update PyPi package description
8
9
## [v0.2.0](https://github.com/bogdandm/json2python-models/tree/v0.2.0) (2020-05-10)
10
11
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...v0.2.0)
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__)
0 commit comments