We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9829c commit 6657275Copy full SHA for 6657275
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
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
+
9
## v0.16.0 (2020-09-30)
10
### Feature
11
* Add quotas to create() ([`8504a7a`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/8504a7a9cb829b2793f7cbc6a1b6fc1ca823503a))
hpecp/__init__.py
@@ -35,4 +35,4 @@
35
)
36
from .logger import Logger
37
38
-__version__ = "0.16.0"
+__version__ = "0.16.1"
0 commit comments