We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4afa16 commit 4797426Copy full SHA for 4797426
CHANGELOG.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+0.9.0 (2022-06-06)
6
+------------------
7
+
8
+* Fixed: upgrade urllib3
9
+* Feature: support for application credentials
10
11
0.8.2 (2021-03-28)
12
------------------
13
setup.py
@@ -13,7 +13,7 @@ def read(name):
14
setup(
15
name="AsyncOpenStackClient",
16
- version="0.8.2",
+ version="0.9.0",
17
author='Dreamlab - PaaS KRK',
18
author_email='paas-support@dreamlab.pl',
19
url='https://github.com/DreamLab/AsyncOpenStackClient',
0 commit comments