Skip to content

Commit 6657275

Browse files
committed
0.16.1
Automatically generated by python-semantic-release
1 parent cf9829c commit 6657275

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.16.1 (2020-11-17)
6+
### Fix
7+
* Fix #266 ([`cf9829c`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/cf9829c74fc01c8c39a8de3aac7bea7d15d46b3d))
8+
59
## v0.16.0 (2020-09-30)
610
### Feature
711
* Add quotas to create() ([`8504a7a`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/8504a7a9cb829b2793f7cbc6a1b6fc1ca823503a))

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.16.0"
38+
__version__ = "0.16.1"

0 commit comments

Comments
 (0)