Skip to content

Commit b5ac831

Browse files
v5.8.9 release notes
1 parent 1435ab7 commit b5ac831

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,6 +1,23 @@
11
# Change Log
22

33

4+
## [5.8.9] - 2020-07-06
5+
https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9
6+
7+
- #1252 Automated Snap publisher
8+
- #1230 Tag Management
9+
+ slcli tags cleanup
10+
+ slcli tags delete
11+
+ slcli tags details
12+
+ slcli tags list
13+
+ slcli tags set
14+
+ slcli tags taggable
15+
- #1285 Vlan editing functionality
16+
- #1287 Edit IP note and add ipAddress table in detail view
17+
- #1283 Subnet Tagging
18+
- #1291 Storage documentation updates
19+
- #1293 add system operation referenceCode in create-option
20+
421
## [5.8.8] - 2020-05-18
522
https://github.com/softlayer/softlayer-python/compare/v5.8.7...v5.8.8
623

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

0 commit comments

Comments
 (0)