We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db57b13 commit 02e93a8Copy full SHA for 02e93a8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.21.2 (2021-03-28)
6
+### Fix
7
+* **k8scluster:** Better err handling ([`db57b13`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/db57b13e548e98f502501a8f325e8739384e02ca))
8
+
9
## v0.21.1 (2021-03-26)
10
### Fix
11
* **k8scluster:** Better validation of parms ([`c32b5db`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c32b5dbe74c7f1f4860585605939bf4cafef3f6c))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.21.1"
+__version__ = "0.21.2"
0 commit comments