File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+
4+ ## [ 5.5.1] - 2018-08-31
5+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.1...v5.5.2
6+
7+ + #1018 Fixed hardware credentials.
8+ + #1019 support for ticket priorities
9+ + #1025 create dedicated host with gpu fixed.
10+
11+
312## [ 5.5.1] - 2018-08-06
4- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...master
13+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...v5.5.1
514
615- #1006 , added paginations to several slcli methods, making them work better with large result sets.
716- #995 , Fixed an issue displaying VLANs.
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.5.1 '
8+ VERSION = 'v5.5.2 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'SoftLayer' ,
17- version = '5.5.1 ' ,
17+ version = '5.5.2 ' ,
1818 description = DESCRIPTION ,
1919 long_description = LONG_DESCRIPTION ,
2020 author = 'SoftLayer Technologies, Inc.' ,
Original file line number Diff line number Diff line change 11name : slcli # check to see if it's available
2- version : ' 5.5.1 +git' # check versioning
2+ version : ' 5.5.2 +git' # check versioning
33summary : Python based SoftLayer API Tool. # 79 char long summary
44description : |
55 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