Skip to content

Commit

Permalink
Merge pull request #1595 from allmightyspiff/master
Browse files Browse the repository at this point in the history
v6.0.0 release
  • Loading branch information
allmightyspiff authored Mar 11, 2022
2 parents a739348 + 09f63db commit 6a6a294
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Change Log


## [5.9.9] - 2021-12-07
## [6.0.0] - 2022-03-11


## What's Changed
* Replace the use of ptable with prettytable by @dvzrv in https://github.com/softlayer/softlayer-python/pull/1584
* Bandwidth pool management by @caberos in https://github.com/softlayer/softlayer-python/pull/1582
* Add id in the result in the command bandwidth-pools by @edsonarios in https://github.com/softlayer/softlayer-python/pull/1586
* Datacenter closure report by @allmightyspiff in https://github.com/softlayer/softlayer-python/pull/1592
* fix to errors in slcli hw create-options by @caberos in https://github.com/softlayer/softlayer-python/pull/1594


**Full Changelog**: https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.0


## [5.9.9] - 2022-02-04

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

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.9'
VERSION = 'v6.0.0'
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.9',
version='6.0.0',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down

0 comments on commit 6a6a294

Please sign in to comment.