Skip to content

Commit 5325f84

Browse files
committed
Prepare release
1 parent 7795c9c commit 5325f84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
## [v1.0.1]
44

55
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='gs_api_client',
16-
version='1.0.1',
16+
version='1.0.2',
1717
description='Official Python idiomatic client for gridscale services',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)