File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 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
620https://github.com/softlayer/softlayer-python/compare/v5.9.8...v5.9.9
721
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.9.9 '
8+ VERSION = 'v6.0.0 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 1616
1717setup (
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' ,
You can’t perform that action at this time.
0 commit comments