File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## [ 5.8.5] - 2019-12-20
5+ https://github.com/softlayer/softlayer-python/compare/v5.8.3...v5.8.4
6+
7+ - #1199 Fix block storage failback and failover.
8+ - #1202 Order a virtual server private.
9+
10+
411## [ 5.8.3] - 2019-12-11
512https://github.com/softlayer/softlayer-python/compare/v5.8.2...v5.8.3
613
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.3 '
8+ VERSION = 'v5.8.4 '
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.8.3 ' ,
17+ version = '5.8.4 ' ,
1818 description = DESCRIPTION ,
1919 long_description = LONG_DESCRIPTION ,
2020 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments