From 5110625fd857940d79765a1a3d6352b871154b56 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Mon, 27 Mar 2023 16:18:02 -0500 Subject: [PATCH] v6.1.6 version --- CHANGELOG.md | 5 +++++ SoftLayer/consts.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784a3f3bb..abee1bea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [6.1.6] - 2023-03-27 + +From now on changes will be published only on GitHub https://github.com/softlayer/softlayer-python/releases + + ## [6.1.3] - 2022-11-30 #### What's Changed diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index fb235f96b..fa640e042 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v6.1.5' +VERSION = 'v6.1.6' 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 075750c1e..6bcb7fe7b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='SoftLayer', - version='6.1.5', + version='6.1.6', description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/x-rst',