We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7795c9c commit 5325f84Copy full SHA for 5325f84
CHANGELOG.md
@@ -3,3 +3,9 @@
3
## [v1.0.1]
4
5
- Initial release
6
+
7
+## [v1.0.2]
8
9
+- Fix synchronous client behaviour for delete_loadbalancer() endpoint
10
+- Add get_label() endpoint
11
+-
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='gs_api_client',
16
- version='1.0.1',
+ version='1.0.2',
17
description='Official Python idiomatic client for gridscale services',
18
long_description=long_description,
19
long_description_content_type="text/markdown",
0 commit comments