Skip to content

Commit 84cf1b6

Browse files
version to 5.8.6
1 parent dc173c1 commit 84cf1b6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [5.8.6] - 2012-03-26
4+
https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
5+
6+
- #1222 Get load balancer (LBaaS) by name
7+
- #1221 Added version checker
8+
- #1227 Updated unit test suite for TravisCI to run properly
9+
- #1225 Add note about using multiple colon symbols not working when setting tags.
10+
- #1228 Support ordering [Dependent Duplicate Volumes](https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-dependentduplicate)
11+
- #1233 Refactored File/Block managers to reduce duplicated code.
12+
- #1231 Added Refresh functions for Dependent Duplicate Volumes
13+
- #801 Added support for JSON styled parameters and object filters
14+
- #1234 Added ability to change which datacenters an image template was stored in
15+
316

417
## [5.8.5] - 2012-01-29
518
https://github.com/softlayer/softlayer-python/compare/v5.8.4...v5.8.5

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.5'
8+
VERSION = 'v5.8.6'
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.5',
17+
version='5.8.6',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)