Skip to content

Commit

Permalink
osc-cli v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
  • Loading branch information
jerome-jutteau committed Nov 15, 2022
1 parent 8f6a558 commit 51b0740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osc_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DEFAULT_HOST = "outscale.com"

METHODS_SUPPORTED = {"GET", "POST"}
SDK_VERSION = "1.8.0"
SDK_VERSION = "1.9.0"
SSL_VERIFY = True
SUCCESS_CODES = {200, 201, 202, 203, 204}
USER_AGENT = "osc_sdk " + SDK_VERSION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="osc-sdk",
version="1.8.0",
version="1.9.0",
packages=find_packages(),
author="Outscale SAS",
author_email="contact@outscale.com",
Expand Down

0 comments on commit 51b0740

Please sign in to comment.