Skip to content

Commit 407ed84

Browse files
committed
0.21.7
Automatically generated by python-semantic-release
1 parent 292bc94 commit 407ed84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.21.7 (2021-05-11)
6+
### Fix
7+
* **k8scluster:** Formatting ([`292bc94`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/292bc94c49f16cace1e24390812cabc171801ce9))
8+
* **k8scluster:** Persistent storage ([`79a8745`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/79a8745feef73dcacbd18a1bfe86df65401eb9d4))
9+
510
## v0.21.6 (2021-04-21)
611
### Fix
712
* **k8scluster:** Remove persistent storage if addons ([`e3eb5fa`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/e3eb5fafc1096c2bfbc528fdfe9bc9920d30c9eb))

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.6"
38+
__version__ = "0.21.7"

0 commit comments

Comments
 (0)