Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## [5.9.6] - 2021-07-05
https://github.com/softlayer/softlayer-python/compare/v5.9.5...v5.9.6

#### Improvements
- Updated snap to core20 and edited README #1494
- Add a table result for `slcli hw upgrade` output. #1488
- Remove block/file interval option for replica volume. #1497
- `slcli vlan cancel` should report if a vlan is automatic. #1495
- New method to manage how long text is in output tables. #1506
- Fix Tox-analysis issues. #1510

#### New Commands
- add new email feature #1483
+ `slcli email list`
+ `slcli email detail`
+ `slcli email edit`
- `slcli vlan cancel`
- Add slcli account licenses #1501
+ `slcli account licenses`
- Create a new commands on slcli that create/cancel a VMware licenses #1504
+ `slcli licenses create`
+ `slcli licenses cancel`


## [5.9.5] - 2021-05-25
https://github.com/softlayer/softlayer-python/compare/v5.9.4...v5.9.5
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.9.5'
VERSION = 'v5.9.6'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='5.9.5',
version='5.9.6',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down