Skip to content

Commit 9cba8fb

Browse files
Version to 5.9.2
1 parent 642d4c8 commit 9cba8fb

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## [5.9.2] - 2020-12-03
4+
https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2
5+
6+
## New Commands
7+
- `slcli account orders` #1349
8+
- `slcli order lookup` #1354
9+
10+
## Improvements
11+
- Ordering price information improvements. #1319
12+
- refactor vsi create-option #1337
13+
- Add Invoice Item id as parameter in `slcli account item-detail` command
14+
- Added order lookup command to block and file orders. #1350
15+
- Add prices to vs create-options. #1351
16+
- Allow orders without a location if needed #1356
17+
- Refactor file and block commands to use the username resolver #1357
18+
- Fix create subnet static for ipv4 price. #1358
19+
- moved snapcraft readme #1363
20+
- Update snapcraft.yaml #1365
21+
- Updated documentation on how to deal with KeyError #1366
22+
- Fix order item-list --prices location #1360
23+
- Removed Nessus scanner from docs and examples #1368
24+
- Fix subnet list. #1379
25+
- Fixed analysis/flake8 tests #1381
26+
- Remove the `-a` option from `slcli user create`. Only the user themselves can create an API key now. #1377
27+
328
## [5.9.1] - 2020-09-15
429
https://github.com/softlayer/softlayer-python/compare/v5.9.0...v5.9.1
530

Diff for: 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.1'
8+
VERSION = 'v5.9.2'
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/'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.9.1',
17+
version='5.9.2',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)