Skip to content

Commit

Permalink
osc-cli v1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Nov 22, 2021
1 parent 7049820 commit 0d6d864
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 @@ -31,7 +31,7 @@
DEFAULT_VERSION = datetime.date.today().strftime("%Y-%m-%d")
DEFAULT_AUTHENTICATION_METHOD = "accesskey"
METHODS_SUPPORTED = {"GET", "POST"}
SDK_VERSION = "1.7.0"
SDK_VERSION = "1.7.1"
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.7.0",
version="1.7.1",
packages=find_packages(),
author="Outscale SAS",
author_email="[email protected]",
Expand Down

0 comments on commit 0d6d864

Please sign in to comment.