File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.3.1] - 2017-12-07
4
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.01...master
5
+ - Added support for storage volume modifications
6
+
7
+ ### Added to CLI
8
+ - slcli block volume-modify
9
+ - slcli file volume-modify
10
+
3
11
## [ 5.3.0] - 2017-12-01
4
- - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.15...master
12
+ - Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.15...v5.3.0
5
13
- Added a retry decorator. currently only used in setTags for VSI creation, which should allos VSI creation to be a bit more robust.
6
14
- Updated unit tests to work with pytest3.3
7
15
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.3.0 '
8
+ VERSION = 'v5.3.1 '
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.3.0 '
58
+ version = '5.3.1 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '5.3.0 '
60
+ release = '5.3.1 '
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.3.0 ' ,
17
+ version = '5.3.1 ' ,
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