Skip to content

Commit 6259747

Browse files
committed
0.21.3
Automatically generated by python-semantic-release
1 parent 65b3269 commit 6259747

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.3 (2021-03-29)
6+
### Fix
7+
* **k8sworker:** Fine grained create params ([`65b3269`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/65b32690b7303b61b552b0bb4eb0903a0fdb4e39))
8+
59
## v0.21.2 (2021-03-28)
610
### Fix
711
* **k8scluster:** Better err handling ([`db57b13`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/db57b13e548e98f502501a8f325e8739384e02ca))

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.2"
38+
__version__ = "0.21.3"

0 commit comments

Comments
 (0)