File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ 3.3.1
2
+
3
+ * Adds 'rescue' command to virtual server and hardware command lists
4
+
1
5
3.3.0
2
6
3
7
* CLI+API: Load balancer support
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 = 'v3.3.0 '
8
+ VERSION = 'v3.3.1 '
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 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '3.3.0 '
54
+ version = '3.3.1 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '3.3.0 '
56
+ release = '3.3.1 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 38
38
39
39
setup (
40
40
name = 'SoftLayer' ,
41
- version = '3.3.0 ' ,
41
+ version = '3.3.1 ' ,
42
42
description = description ,
43
43
long_description = long_description ,
44
44
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments