File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed 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 = 'v5.2.11 '
8
+ VERSION = 'v5.2.12 '
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 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '5.2.11 '
58
+ version = '5.2.12 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '5.2.11 '
60
+ release = '5.2.12 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.2.11 ' ,
17
+ version = '5.2.12 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments