Skip to content

Commit 377de9d

Browse files
committed
0.21.5
Automatically generated by python-semantic-release
1 parent 638a4ae commit 377de9d

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.21.5 (2021-03-29)
6+
### Fix
7+
* **k8sworker:** Fix typos ([`f7619b4`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/f7619b41127545dd56bde21da4a1a012212f4f72))
8+
59
## v0.21.4 (2021-03-29)
610
### Fix
711
* **k8sworker:** Tidy up ([`469e798`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/469e79894d14fc779c9bfdb65bc9234b7e42b051))

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.21.4"
38+
__version__ = "0.21.5"

0 commit comments

Comments
 (0)