Skip to content

Commit 5f16b02

Browse files
authoredDec 18, 2017
Merge pull request #911 from allmightyspiff/master
bumping to 5.3.2
2 parents 7d98773 + e44ee72 commit 5f16b02

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
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

‎SoftLayer/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.3.1'
8+
VERSION = 'v5.3.2'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
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.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
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.',

0 commit comments

Comments
 (0)
Please sign in to comment.