From 2899f68f0740bc10a95a3139f87b0999a2fd9f78 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Wed, 17 Jul 2024 16:12:18 -0500 Subject: [PATCH] v6.2.3 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 2bc9bd20a..02cc3352e 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v6.2.2' +VERSION = 'v6.2.3' 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 d4490fe20..fd008d57f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SoftLayer', - version='v6.2.2', + version='v6.2.3', description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/x-rst',