File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.5.1] - 2018-08-06
4
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...master
5
+
6
+ - #1006 , added paginations to several slcli methods, making them work better with large result sets.
7
+ - #995 , Fixed an issue displaying VLANs.
8
+ - #1011 , Fixed an issue displaying some NAS passwords
9
+ - #1014 , Ability to delete users
10
+
3
11
## [ 5.5.0] - 2018-07-09
4
- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.4...master
12
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.4...v5.5.0
5
13
6
14
- Added a warning when ordering legacy storage volumes
7
15
- Added documentation link to volume-order
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.5.0 '
8
+ VERSION = 'v5.5.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.5.0 ' ,
17
+ version = '5.5.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.5.0 +git' # check versioning
2
+ version : ' 5.5.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