Skip to content

Commit db15ee3

Browse files
committed
0.20.0
Automatically generated by python-semantic-release
1 parent 8a4a03b commit db15ee3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.20.0 (2021-03-19)
6+
### Feature
7+
* **k8sworker:** Add examples ([`8a4a03b`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/8a4a03b074a9c2f03df036157ed3ae742a8b1fdf))
8+
59
## v0.19.2 (2021-03-18)
610
### Fix
711
* **httpclient:** Add example ([`91d1840`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/91d1840be5293fb30bc1f28fe288bb30a4bc0cfb))

hpecp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
)
3636
from .logger import Logger
3737

38-
__version__ = "0.19.2"
38+
__version__ = "0.20.0"

0 commit comments

Comments
 (0)