File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
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
5
19
6
20
https://github.com/softlayer/softlayer-python/compare/v5.9.8...v5.9.9
7
21
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.9.9 '
8
+ VERSION = 'v6.0.0 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 16
16
17
17
setup (
18
18
name = 'SoftLayer' ,
19
- version = '5.9.9 ' ,
19
+ version = '6.0.0 ' ,
20
20
description = DESCRIPTION ,
21
21
long_description = LONG_DESCRIPTION ,
22
22
author = 'SoftLayer, Inc., an IBM Company' ,
You can’t perform that action at this time.
0 commit comments