Skip to content

Commit febc223

Browse files
osc-cli v1.8.0
Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
1 parent d084ef0 commit febc223

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osc_sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DEFAULT_HOST = "outscale.com"
3434

3535
METHODS_SUPPORTED = {"GET", "POST"}
36-
SDK_VERSION = "1.7.1"
36+
SDK_VERSION = "1.8.0"
3737
SSL_VERIFY = True
3838
SUCCESS_CODES = {200, 201, 202, 203, 204}
3939
USER_AGENT = "osc_sdk " + SDK_VERSION

setup.py

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

33
setup(
44
name="osc-sdk",
5-
version="1.7.1",
5+
version="1.8.0",
66
packages=find_packages(),
77
author="Outscale SAS",
88
author_email="contact@outscale.com",

0 commit comments

Comments
 (0)