File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
38## [ 6.1.3] - 2022-11-30
49
510#### What's Changed
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v6.1.5 '
8+ VERSION = 'v6.1.6 '
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 = '6.1.5 ' ,
19+ version = '6.1.6 ' ,
2020 description = DESCRIPTION ,
2121 long_description = LONG_DESCRIPTION ,
2222 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments