File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 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
429https://github.com/softlayer/softlayer-python/compare/v5.9.0...v5.9.1
530
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.9.1 '
8+ VERSION = 'v5.9.2 '
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 1414
1515setup (
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.' ,
You can’t perform that action at this time.
0 commit comments