Skip to content

Commit 6abb8b7

Browse files
committed
0.21.1
Automatically generated by python-semantic-release
1 parent c32b5db commit 6abb8b7

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.1 (2021-03-26)
6+
### Fix
7+
* **k8scluster:** Better validation of parms ([`c32b5db`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/c32b5dbe74c7f1f4860585605939bf4cafef3f6c))
8+
59
## v0.21.0 (2021-03-22)
610
### Feature
711
* **k8scluster:** Support datafabric ([`a7bb00a`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/a7bb00aa11039a6b6220b2e1f164475644b85e27))

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.0"
38+
__version__ = "0.21.1"

0 commit comments

Comments
 (0)