diff --git a/CHANGELOG.md b/CHANGELOG.md index 95510b227..cd805a523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ # Change Log +## [5.4.3] - 2018-03-30 + - Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.2...master + +- Corrected to current create-options output +- Allow ordering of account restricted presets +- Added lookup function for datacenter names and ability to use `slcli order` with short DC names +- Changed locatoinGroupId to check for None instead of empty string +- Added a way to try to cancel montly bare metal immediately. THis is done by automatically updating the cancellation request. A human still needs to read the ticket and process it for the reclaim to complete. + ## [5.4.2] - 2018-02-22 - - Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...master + - Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...v5.4.2 - add GPU to the virtual create-options table - Remove 'virtual' from the hardware ready command. diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index 3b609301c..079fd8985 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v5.4.2' +VERSION = 'v5.4.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 a3f35fd96..99dc6a4f8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='SoftLayer', - version='5.4.2', + version='5.4.3', description=DESCRIPTION, long_description=LONG_DESCRIPTION, author='SoftLayer Technologies, Inc.', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6362bb2a9..c8f41f651 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: slcli # check to see if it's available -version: '5.4.2.0+git' # check versioning +version: '5.4.3.0+git' # check versioning summary: Python based SoftLayer API Tool. # 79 char long summary description: | A command-line interface is also included and can be used to manage various SoftLayer products and services.