File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 6.1.6] - 2023-03-27
4
+
5
+ From now on changes will be published only on GitHub https://github.com/softlayer/softlayer-python/releases
6
+
7
+
3
8
## [ 6.1.3] - 2022-11-30
4
9
5
10
#### What's Changed
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 = 'v6.1.5 '
8
+ VERSION = 'v6.1.6 '
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 = '6.1.5 ' ,
19
+ version = '6.1.6 ' ,
20
20
description = DESCRIPTION ,
21
21
long_description = LONG_DESCRIPTION ,
22
22
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments