File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+
4
+ ## [ 5.2.15] - 2017-10-30
5
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.14...master
6
+ - Added dedicated host info to virt detail
7
+ - #885 - Fixed createObjects on the rest api endpoint
8
+ - changed securityGroups to use createObject instead of createObjects
9
+ - Always set the endpoint_url by defaulting to the public URL if the endpoint type cannot be determined.
10
+ - resource metadata update
11
+
3
12
## [ 5.2.14] - 2017-09-13
4
- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.13...master
13
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.13...v5.2.14
5
14
- Improved slcli vs create-options output
6
15
- Updated slcli vs create to support new virtual server public and dedicated host offerings
7
16
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.14 '
8
+ VERSION = 'v5.2.15 '
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.14 '
58
+ version = '5.2.15 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '5.2.14 '
60
+ release = '5.2.15 '
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.14 ' ,
17
+ version = '5.2.15 ' ,
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