Skip to content

Commit 96570fe

Browse files
committed
Bump version (trigger new release)
1 parent 543a323 commit 96570fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [v0.2.0](https://github.com/bogdandm/json2python-models/tree/v0.2.0) (2020-05-10)
410

511
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...v0.2.0)

json_to_models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pkg_resources import parse_version
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44
VERSION = parse_version(__version__)

0 commit comments

Comments
 (0)