Skip to content

Commit 047620a

Browse files
v5.8.7 release
1 parent c083884 commit 047620a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
1819
https://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.

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.8.6'
8+
VERSION = 'v5.8.7'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
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.',

0 commit comments

Comments
 (0)