Skip to content

Commit 6a6a294

Browse files
authoredMar 11, 2022
Merge pull request #1595 from allmightyspiff/master
v6.0.0 release
2 parents a739348 + 09f63db commit 6a6a294

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed
 

‎CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Change Log
22

33

4-
## [5.9.9] - 2021-12-07
4+
## [6.0.0] - 2022-03-11
5+
6+
7+
## What's Changed
8+
* Replace the use of ptable with prettytable by @dvzrv in https://github.com/softlayer/softlayer-python/pull/1584
9+
* Bandwidth pool management by @caberos in https://github.com/softlayer/softlayer-python/pull/1582
10+
* Add id in the result in the command bandwidth-pools by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1586
11+
* Datacenter closure report by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1592
12+
* fix to errors in slcli hw create-options by @caberos in https://github.com/softlayer/softlayer-python/pull/1594
13+
14+
15+
**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.0
16+
17+
18+
## [5.9.9] - 2022-02-04
519

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

‎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.9'
8+
VERSION = 'v6.0.0'
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.9',
19+
version='6.0.0',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)
Please sign in to comment.