File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+
4
+ ## [ 5.6.4] - 2018-11-16
5
+
6
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.3...v5.6.4
7
+
8
+ + #1041 Dedicated host cancel, cancel-guests, list-guests
9
+ + #1071 added createDate and modifyDate parameters to sg rule-list
10
+ + #1060 Fixed slcli subnet list
11
+ + #1056 Fixed documentation link in image manager
12
+ + #1062 Added description to slcli order
13
+
3
14
## [ 5.6.3] - 2018-11-07
4
15
5
16
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.0...v5.6.3
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.6.3 '
8
+ VERSION = 'v5.6.4 '
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.6.3 ' ,
17
+ version = '5.6.4 ' ,
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.6.3 +git' # check versioning
2
+ version : ' 5.6.4 +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