Skip to content

Commit

Permalink
Merge pull request #1433 from allmightyspiff/master
Browse files Browse the repository at this point in the history
v5.9.3 Release notes and updates
  • Loading branch information
allmightyspiff committed Mar 3, 2021
2 parents e87c160 + 5d338a5 commit 0ab9c0d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Change Log


## [5.9.3] - 2021-03-03
https://github.com/softlayer/softlayer-python/compare/v5.9.2...v5.9.3

#### New Commands
- `slcli file|block disaster-recovery-failover` #1407

#### Improvements
- Unit testing for large integers #1403
- Add Multi factor authentication to users list #1408
- Add pagination to object storage list accounts. #1411
- Add username lookup to slcli object-storage credential #1415
- Add IOPs data to slcli block volume-list. #1418
- Add 2FA and classic APIKeys fields to slcli user list as default values #1421
- Add a flags in the report bandwidth #1420
- Add the option network component by router to slcli hw create. #1422
- Add slcli vs create by router data. #1414
- Add testing and support for python 3.9. #1429
- Checking for TermLength on prices #1428



## [5.9.2] - 2020-12-03
https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2

Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.9.2'
VERSION = 'v5.9.3'
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
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='5.9.2',
version='5.9.3',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit 0ab9c0d

Please sign in to comment.