File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 5.9.7] - 2021-08-04
4+ https://github.com/softlayer/softlayer-python/compare/v5.9.6...v5.9.7
5+
6+ #### Improvements
7+ - Fixed some doc block issues when generating HTML #1513
8+ - Updates to the Release workflow for publishing to test pypi #1514
9+
10+ - Adding in CodeQL Analysis #1517
11+ - Create SECURITY.md #1518
12+ - Fix the network space is empty on subnet detail #1523
13+ - Prevents SLCLI_VERSION environment variable from breaking things #1527
14+ - Refactor loadbal order-options #1521
15+ - slcli server create-options dal13 Error #1526
16+
17+ #### New Commands
18+ - add new feature on vlan cli #1499
19+ + ` slcli vlan create `
20+
321## [ 5.9.6] - 2021-07-05
422https://github.com/softlayer/softlayer-python/compare/v5.9.5...v5.9.6
523
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.9.6 '
8+ VERSION = 'v5.9.7 '
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 1616
1717setup (
1818 name = 'SoftLayer' ,
19- version = '5.9.6 ' ,
19+ version = '5.9.7 ' ,
2020 description = DESCRIPTION ,
2121 long_description = LONG_DESCRIPTION ,
2222 author = 'SoftLayer, Inc., an IBM Company' ,
You can’t perform that action at this time.
0 commit comments