File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ 5.8.6 ] - 2020-03-26
4- https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
3+ ## [ 5.8.7 ] - 2020-03-26
4+ https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.7
55
66- #1222 Get load balancer (LBaaS) by name
77- #1221 Added version checker
@@ -13,6 +13,7 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
1313- #801 Added support for JSON styled parameters and object filters
1414- #1234 Added ability to change which datacenters an image template was stored in
1515
16+ ## [ 5.8.6] - Skipped
1617
1718## [ 5.8.5] - 2020-01-29
1819https://github.com/softlayer/softlayer-python/compare/v5.8.4...v5.8.5
@@ -33,7 +34,7 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.4...v5.8.5
3334
3435
3536## [ 5.8.4] - 2019-12-20
36- https://github.com/softlayer/softlayer-python/compare/v5.8.3...v5 .8.4
37+ https://github.com/softlayer/softlayer-python/compare/v5.8.3...5vhttps://pypi.org/help/#file-name-reuse .8.4
3738
3839- #1199 Fix block storage failback and failover.
3940- #1202 Order a virtual server private.
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.6 '
8+ VERSION = 'v5.8.7 '
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.6 ' ,
17+ version = '5.8.7 ' ,
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