Skip to content

Commit fc8df31

Browse files
committed
2 parents 21abc58 + b8ffae0 commit fc8df31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.20.1 (2021-03-22)
6+
### Fix
7+
* **k8sworker:** Error messager ([`d0eb9fb`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d0eb9fb403b9f502f46442d5fe5efae205e0dbaa))
8+
59
## v0.20.0 (2021-03-19)
610
### Feature
711
* **k8sworker:** Add examples ([`8a4a03b`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/8a4a03b074a9c2f03df036157ed3ae742a8b1fdf))

hpecp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
)
3636
from .logger import Logger
3737

38-
__version__ = "0.20.0"
38+
__version__ = "0.20.1"

0 commit comments

Comments
 (0)