File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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
528https://github.com/softlayer/softlayer-python/compare/v5.9.4...v5.9.5
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.9.5 '
8+ VERSION = 'v5.9.6 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 1616
1717setup (
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' ,
You can’t perform that action at this time.
0 commit comments