Skip to content

Commit 05288e9

Browse files
v5.9.7 changelog
1 parent 762ea75 commit 05288e9

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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
422
https://github.com/softlayer/softlayer-python/compare/v5.9.5...v5.9.6
523

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.6'
8+
VERSION = 'v5.9.7'
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.6',
19+
version='5.9.7',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)