File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
311## [ 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
513 - Add support for dedicated host instances to virtual server upgrades
614#### Added to CLI
715* block volume-set-lun-id
816
917## [ 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
1119
1220 * Resolved https://github.com/softlayer/softlayer-python/issues/835
1321 * Resolved https://github.com/softlayer/softlayer-python/issues/826
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.2.9 '
8+ VERSION = 'v5.2.11 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '5.2.9 '
58+ version = '5.2.11 '
5959# The full version, including alpha/beta/rc tags.
60- release = '5.2.9 '
60+ release = '5.2.11 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'SoftLayer' ,
17- version = '5.2.9 ' ,
17+ version = '5.2.11 ' ,
1818 description = DESCRIPTION ,
1919 long_description = LONG_DESCRIPTION ,
2020 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments