File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
+
4
14
## [ 5.8.1] - 2019-10-11
5
15
- https://github.com/softlayer/softlayer-python/compare/v5.8.0...v5.8.1
6
16
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.8.1 '
8
+ VERSION = 'v5.8.2 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.8.1 ' ,
17
+ version = '5.8.2 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments