Skip to content

Commit ea5536b

Browse files
Merge pull request #1180 from allmightyspiff/master
v5.8.1
2 parents 767dd35 + 17b94cf commit ea5536b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22

33

4+
## [5.8.1] - 2019-10-11
5+
- https://github.com/softlayer/softlayer-python/compare/v5.8.0...v5.8.1
6+
7+
+ #1169 Drop python 2.7 support
8+
+ #1170 Added CS# to ticket listing
9+
+ #1162 Fixed issue looking up OS keyName instead of referenceCode
10+
+ #627 Autoscale support
11+
* slcli autoscale detail
12+
* slcli autoscale edit
13+
* slcli autoscale list
14+
* slcli autoscale logs
15+
* slcli autoscale scale
16+
* slcli autoscale tag
417

518
## [5.8.0] - 2019-09-04
619
- https://github.com/softlayer/softlayer-python/compare/v5.7.2...v5.8.0

SoftLayer/consts.py

+1-1
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.8.0'
8+
VERSION = 'v5.8.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

snap/snapcraft.yaml

+1-1
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.8.0+git' # check versioning
2+
version: '5.8.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)