Skip to content

Commit 9fc289a

Browse files
committed
0.22.2
Automatically generated by python-semantic-release
1 parent d32f2b5 commit 9fc289a

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.22.2 (2021-12-01)
6+
### Fix
7+
* **cli:** Better err msg for k8s_version parameter ([`d32f2b5`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d32f2b5700a6a1b8ebd272afbfff47ffbb3f8c00))
8+
59
## v0.22.1 (2021-05-14)
610
### Fix
711
* **k8scluster:** Meta ([`d82b954`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d82b95497ee1cb86d2ae22c86dba6af5830a32dc))

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.22.1"
38+
__version__ = "0.22.2"

0 commit comments

Comments
 (0)