Skip to content

Commit 1e392d5

Browse files
Merge pull request #1511 from allmightyspiff/master
5.9.6 change log and updates
2 parents ce5dabf + 13fb087 commit 1e392d5

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

3+
## [5.9.6] - 2021-07-05
4+
https://github.com/softlayer/softlayer-python/compare/v5.9.5...v5.9.6
5+
6+
#### Improvements
7+
- Updated snap to core20 and edited README #1494
8+
- Add a table result for `slcli hw upgrade` output. #1488
9+
- Remove block/file interval option for replica volume. #1497
10+
- `slcli vlan cancel` should report if a vlan is automatic. #1495
11+
- New method to manage how long text is in output tables. #1506
12+
- Fix Tox-analysis issues. #1510
13+
14+
#### New Commands
15+
- add new email feature #1483
16+
+ `slcli email list`
17+
+ `slcli email detail`
18+
+ `slcli email edit`
19+
- `slcli vlan cancel`
20+
- Add slcli account licenses #1501
21+
+ `slcli account licenses`
22+
- Create a new commands on slcli that create/cancel a VMware licenses #1504
23+
+ `slcli licenses create`
24+
+ `slcli licenses cancel`
25+
326

427
## [5.9.5] - 2021-05-25
528
https://github.com/softlayer/softlayer-python/compare/v5.9.4...v5.9.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.9.5'
8+
VERSION = 'v5.9.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
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='5.9.5',
19+
version='5.9.6',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)