Skip to content

Commit

Permalink
Merge pull request #1580 from allmightyspiff/master
Browse files Browse the repository at this point in the history
v5.9.9 changelog and updates
  • Loading branch information
allmightyspiff authored Feb 4, 2022
2 parents bbdff7b + 8c5fd3c commit 9a5f6c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log


## [5.9.9] - 2021-12-07

https://github.com/softlayer/softlayer-python/compare/v5.9.8...v5.9.9

#### Improvements
- Add loadbalancer timeout values #1576
- Add pricing date to slcli order preset-list #1578

#### New Commands
- `slcli vlan create-options` add new feature on vlan #1572
- `slcli account bandwidth-pools` Bandwidth pool features #1579

## [5.9.8] - 2021-12-07

https://github.com/softlayer/softlayer-python/compare/v5.9.7...v5.9.8
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.8'
VERSION = 'v5.9.9'
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.8',
version='5.9.9',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down

0 comments on commit 9a5f6c6

Please sign in to comment.