Skip to content

Commit

Permalink
Merge 1ac8bcb into d30a1a7
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Mar 26, 2020
2 parents d30a1a7 + 1ac8bcb commit dcbcec0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

## [5.8.6] - 2020-03-26
https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
## [5.8.7] - 2020-03-26
https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.7

- #1222 Get load balancer (LBaaS) by name
- #1221 Added version checker
Expand All @@ -13,6 +13,7 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
- #801 Added support for JSON styled parameters and object filters
- #1234 Added ability to change which datacenters an image template was stored in

## [5.8.6] - Skipped

## [5.8.5] - 2020-01-29
https://github.com/softlayer/softlayer-python/compare/v5.8.4...v5.8.5
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.8.6'
VERSION = 'v5.8.7'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='SoftLayer',
version='5.8.6',
version='5.8.7',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit dcbcec0

Please sign in to comment.