Skip to content

Commit

Permalink
v5.9.7 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Aug 4, 2021
1 parent 762ea75 commit 05288e9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [5.9.7] - 2021-08-04
https://github.com/softlayer/softlayer-python/compare/v5.9.6...v5.9.7

#### Improvements
- Fixed some doc block issues when generating HTML #1513
- Updates to the Release workflow for publishing to test pypi #1514

- Adding in CodeQL Analysis #1517
- Create SECURITY.md #1518
- Fix the network space is empty on subnet detail #1523
- Prevents SLCLI_VERSION environment variable from breaking things #1527
- Refactor loadbal order-options #1521
- slcli server create-options dal13 Error #1526

#### New Commands
- add new feature on vlan cli #1499
+ `slcli vlan create`

## [5.9.6] - 2021-07-05
https://github.com/softlayer/softlayer-python/compare/v5.9.5...v5.9.6

Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.9.6'
VERSION = 'v5.9.7'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='5.9.6',
version='5.9.7',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down

0 comments on commit 05288e9

Please sign in to comment.