Skip to content

Commit f40fffa

Browse files
Merge pull request #1188 from allmightyspiff/master
Version to 5.8.2
2 parents e5ddcad + 60485f1 commit f40fffa

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22

33

4+
## [5.8.2] - 2019-11-15
5+
- https://github.com/softlayer/softlayer-python/compare/v5.8.1...v5.8.2
6+
7+
8+
+ #1186 Fixed a unit test that could fail if the test took too long to run.
9+
+ #1183 Added a check to ensure subnet and vlan options are properly added to the order for virtual servers.
10+
+ #1184 Fixed a readme misspelling.
11+
+ #1182 Fixed vs reboot unable to resolve vs names.
12+
+ #1095 Handle missing Fixtures better for unit tests.
13+
414
## [5.8.1] - 2019-10-11
515
- https://github.com/softlayer/softlayer-python/compare/v5.8.0...v5.8.1
616

SoftLayer/consts.py

+1-1
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.1'
8+
VERSION = 'v5.8.2'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.8.1',
17+
version='5.8.2',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)