From bf405fe2c2bb800bc224a68056d2c96fc55bb7b2 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Tue, 12 Sep 2023 16:55:20 -0500 Subject: [PATCH] v6.1.8 version bump --- SoftLayer/consts.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index 4ed36b83a..0af80d99e 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v6.1.7' +VERSION = 'v6.1.8' API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/' API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/' API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/' diff --git a/setup.py b/setup.py index 7ff441133..6ec823b44 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='SoftLayer', - version='6.1.7', + version='6.1.8', description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/x-rst',