Skip to content

Commit 5db394e

Browse files
v5.8.8 release
1 parent a012e7a commit 5db394e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
4+
## [5.8.8] - 2020-05-18
5+
https://github.com/softlayer/softlayer-python/compare/v5.8.7...v5.8.8
6+
7+
- #1266 Fixed ticket upload with REST endpoint
8+
- #1263 add the redundant/degraded option to hardware
9+
- #1262 Added `iter` option for ordering manager functions
10+
- #1264 Add Account planned, unplanned and announcement events
11+
- #1265 fixed pylint 2.5.0 errors
12+
- #1261 Fix AttributeError: 'NoneType' object has no attribute 'keys
13+
- #1256 Adding more github action tests, removing travis CI tests
14+
- #887 fix Response shows additional new lines (\n) in ticket details
15+
- #1241 Storage feature for virtual and hardware servers
16+
- #1242 Hardware and Virtual billing info
17+
- #1239 VPN subnet access to a use
18+
- #1254 added account billing-items/item-details/cancel-item commands
19+
320
## [5.8.7] - 2020-03-26
421
https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.7
522

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

0 commit comments

Comments
 (0)