Skip to content

Commit 0ab9c0d

Browse files
Merge pull request #1433 from allmightyspiff/master
v5.9.3 Release notes and updates
2 parents e87c160 + 5d338a5 commit 0ab9c0d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
4+
## [5.9.3] - 2021-03-03
5+
https://github.com/softlayer/softlayer-python/compare/v5.9.2...v5.9.3
6+
7+
#### New Commands
8+
- `slcli file|block disaster-recovery-failover` #1407
9+
10+
#### Improvements
11+
- Unit testing for large integers #1403
12+
- Add Multi factor authentication to users list #1408
13+
- Add pagination to object storage list accounts. #1411
14+
- Add username lookup to slcli object-storage credential #1415
15+
- Add IOPs data to slcli block volume-list. #1418
16+
- Add 2FA and classic APIKeys fields to slcli user list as default values #1421
17+
- Add a flags in the report bandwidth #1420
18+
- Add the option network component by router to slcli hw create. #1422
19+
- Add slcli vs create by router data. #1414
20+
- Add testing and support for python 3.9. #1429
21+
- Checking for TermLength on prices #1428
22+
23+
24+
325
## [5.9.2] - 2020-12-03
426
https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2
527

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.9.2'
8+
VERSION = 'v5.9.3'
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
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='5.9.2',
19+
version='5.9.3',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)