File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
4
17
5
18
## [ 5.8.0] - 2019-09-04
6
19
- https://github.com/softlayer/softlayer-python/compare/v5.7.2...v5.8.0
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.8.0 '
8
+ VERSION = 'v5.8.1 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.8.0 ' ,
17
+ version = '5.8.1 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
Original file line number Diff line number Diff line change 1
1
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
3
3
summary : Python based SoftLayer API Tool. # 79 char long summary
4
4
description : |
5
5
A command-line interface is also included and can be used to manage various SoftLayer products and services.
You can’t perform that action at this time.
0 commit comments