File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 4.0.3
2+
3+ * Fixes bug with `slcli vs ready` command
4+
5+ * Fixes bug with `slcli loadbal service-add` command
6+
7+ * Fixes bug with `slcli vlan list` with vlans that don't have a datacenter
8+
9+ * Improves validation of virtual server and hardware create commands
10+
1114.0.2
212
313 * Fixes a bug that breaks user confirmation prompts
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v4.0.2 '
8+ VERSION = 'v4.0.3 '
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.2 '
58+ version = '4.0.3 '
5959# The full version, including alpha/beta/rc tags.
60- release = '4.0.2 '
60+ release = '4.0.3 '
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 3636
3737setup (
3838 name = 'SoftLayer' ,
39- version = '4.0.2 ' ,
39+ version = '4.0.3 ' ,
4040 description = DESCRIPTION ,
4141 long_description = LONG_DESCRIPTION ,
4242 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments