File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0
2020- #1313 Added support for filteredMask
2121- #1305 Update docs links
2222- #1302 Fix lots of whitespace slcli vs create-options
23+ - #900 Support for STDIN on creating and updating tickets.
24+ - #1318 add Drive number in guest drives details using the device number
25+ - #1323 add vs list hardware and all option
2326
2427## [ 5.8.9] - 2020-07-06
2528https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.9 '
8+ VERSION = 'v5.9.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 1414
1515setup (
1616 name = 'SoftLayer' ,
17- version = '5.8.9 ' ,
17+ version = '5.9.0 ' ,
1818 description = DESCRIPTION ,
1919 long_description = LONG_DESCRIPTION ,
2020 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments