Skip to content

Commit 9a5f6c6

Browse files
Merge pull request #1580 from allmightyspiff/master
v5.9.9 changelog and updates
2 parents bbdff7b + 8c5fd3c commit 9a5f6c6

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
4+
## [5.9.9] - 2021-12-07
5+
6+
https://github.com/softlayer/softlayer-python/compare/v5.9.8...v5.9.9
7+
8+
#### Improvements
9+
- Add loadbalancer timeout values #1576
10+
- Add pricing date to slcli order preset-list #1578
11+
12+
#### New Commands
13+
- `slcli vlan create-options` add new feature on vlan #1572
14+
- `slcli account bandwidth-pools` Bandwidth pool features #1579
15+
316
## [5.9.8] - 2021-12-07
417

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

Diff for: 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.8'
8+
VERSION = 'v5.9.9'
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/'

Diff for: 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.8',
19+
version='5.9.9',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)