We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84329fc commit 2390565Copy full SHA for 2390565
SoftLayer/consts.py
@@ -5,7 +5,7 @@
5
6
:license: MIT, see LICENSE for more details.
7
"""
8
-VERSION = 'v6.1.3'
+VERSION = 'v6.1.4'
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='SoftLayer',
19
- version='6.1.3',
+ version='6.1.4',
20
description=DESCRIPTION,
21
long_description=LONG_DESCRIPTION,
22
long_description_content_type='text/x-rst',
0 commit comments