Skip to content

Commit 7506faf

Browse files
5.7.1 release
1 parent ae19bc2 commit 7506faf

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Change Log
22

3+
## [5.7.1] - 2019-02-26
4+
- https://github.com/softlayer/softlayer-python/compare/v5.7.0...v5.7.1
35

4-
## [5.7.0] - 2018-11-16
5-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.4...master
6+
+ #1089 removed legacy SL message queue commands
7+
+ Support for Hardware reflash firmware CLI/Manager method
8+
9+
## [5.7.0] - 2019-02-15
10+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.4...v5.7.0
611

712
+ #1099 Support for security group Ids
813
+ event-log cli command

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.7.0'
8+
VERSION = 'v5.7.1'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.7.0',
17+
version='5.7.1',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.7.0+git' # check versioning
2+
version: '5.7.1+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.

0 commit comments

Comments
 (0)