File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4- ## [ 6.0.0 ] - 2022-03-11
4+ ## [ 6.0.1 ] - 2022-03-11
55
66
77## What's Changed
1212* fix to errors in slcli hw create-options by @caberos in https://github.com/softlayer/softlayer-python/pull/1594
1313
1414
15- ** Full Changelog** : https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.0
15+ ** Full Changelog** : https://github.com/softlayer/softlayer-python/compare/v5.9.9...v6.0.1
1616
17+ 6.0.0 was skipped.
1718
1819## [ 5.9.9] - 2022-02-04
1920
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v6.0.0 '
8+ VERSION = 'v6.0.1 '
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.0.0 ' ,
19+ version = '6.0.1 ' ,
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