File tree 4 files changed +14
-6
lines changed
4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.2.11] - 2017-08-04
4
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.10...master
5
+ - Sync VLAN and subnet detail CLI output
6
+
7
+ ## [ 5.2.10] - 2017-07-27
8
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.9...v5.2.10
9
+ - Avoid blindly passing memory result to formatter
10
+
3
11
## [ 5.2.9] - 2017-07-27
4
- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...master
12
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.8...v5.2.9
5
13
- Add support for dedicated host instances to virtual server upgrades
6
14
#### Added to CLI
7
15
* block volume-set-lun-id
8
16
9
17
## [ 5.2.8] - 2017-07-19
10
- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.7...master
18
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.7...v5.2.8
11
19
12
20
* Resolved https://github.com/softlayer/softlayer-python/issues/835
13
21
* Resolved https://github.com/softlayer/softlayer-python/issues/826
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.9 '
8
+ VERSION = 'v5.2.11 '
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.9 '
58
+ version = '5.2.11 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '5.2.9 '
60
+ release = '5.2.11 '
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.9 ' ,
17
+ version = '5.2.11 ' ,
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