We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575a0f1 + 2899f68 commit 681c077Copy full SHA for 681c077
SoftLayer/consts.py
@@ -5,7 +5,7 @@
5
6
:license: MIT, see LICENSE for more details.
7
"""
8
-VERSION = 'v6.2.2'
+VERSION = 'v6.2.3'
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
@@ -15,7 +15,7 @@
15
16
setup(
17
name='SoftLayer',
18
- version='v6.2.2',
+ version='v6.2.3',
19
description=DESCRIPTION,
20
long_description=LONG_DESCRIPTION,
21
long_description_content_type='text/x-rst',
0 commit comments