File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 5.3.2] - 2017-12-18
4+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.1...master
5+
6+ - Expanded ` @retry ` useage to a few areas in the hardware manager
7+ - Added INTERVAL options to block and file replication
8+ - Fixed pricing error on ` hw detail --price `
9+ - Added sub items to ` hw detail --price ` , removed reverse PTR entries
10+
11+ ### Added to CLI
12+ - slcli dedicatedhost
13+
14+
315## [ 5.3.1] - 2017-12-07
4- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.0...master
16+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.0...v5.3.1
517 - Added support for storage volume modifications
618
719### Added to CLI
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.3.1 '
8+ VERSION = 'v5.3.2 '
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.3.1 '
58+ version = '5.3.2 '
5959# The full version, including alpha/beta/rc tags.
60- release = '5.3.1 '
60+ release = '5.3.2 '
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.3.1 ' ,
17+ version = '5.3.2 ' ,
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