Skip to content

Commit 082467a

Browse files
committed
0.22.13
Automatically generated by python-semantic-release
1 parent 054029e commit 082467a

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.13 (2022-06-20)
6+
### Fix
7+
* **run_kubectl_command:** With apply typos fixed ([`054029e`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/054029eb85aaee33a2c1bb252b90cfcbddfd56fc))
8+
59
## v0.22.12 (2022-06-20)
610
### Fix
711
* **cli:** Bump minor release ([`a54a076`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/a54a07622152be28fee14faac0f2b496668a0494))

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.12"
38+
__version__ = "0.22.13"

0 commit comments

Comments
 (0)