Skip to content

Commit 63fe827

Browse files
committed
0.20.3
Automatically generated by python-semantic-release
1 parent 77b65fb commit 63fe827

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.3 (2021-03-22)
6+
### Fix
7+
* **k8sworker:** Formatting ([`98ae245`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/98ae245398e4cc371758123a69172559a7fb48e5))
8+
59
## v0.20.2 (2021-03-22)
610
### Fix
711
* **k8sworker:** Tags ([`21abc58`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/21abc583d02ae1a058e8143c7262f883df668912))

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.20.2"
38+
__version__ = "0.20.3"

0 commit comments

Comments
 (0)