File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1+ 4.0.2
2+
3+ * Fixes a bug that breaks user confirmation prompts
4+
5+ * Fixes general issue with sorting on certain row types in the CLI
6+
7+ * Fixes image capture for Windows guests
8+
9+
1104.0.1
211
312 * Fixes bug in `sl setup` command not properly defaulting to current values.
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v4.0.1 '
8+ VERSION = 'v4.0.2 '
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 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '4.0.1 '
58+ version = '4.0.2 '
5959# The full version, including alpha/beta/rc tags.
60- release = '4.0.1 '
60+ release = '4.0.2 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 3434
3535setup (
3636 name = 'SoftLayer' ,
37- version = '4.0.1 ' ,
37+ version = '4.0.2 ' ,
3838 description = DESCRIPTION ,
3939 long_description = LONG_DESCRIPTION ,
4040 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments