Skip to content

Commit

Permalink
Merge pull request #911 from allmightyspiff/master
Browse files Browse the repository at this point in the history
bumping to 5.3.2
  • Loading branch information
allmightyspiff authored Dec 18, 2017
2 parents 7d98773 + e44ee72 commit 5f16b02
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Change Log

## [5.3.2] - 2017-12-18
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.1...master

- Expanded `@retry` useage to a few areas in the hardware manager
- Added INTERVAL options to block and file replication
- Fixed pricing error on `hw detail --price`
- Added sub items to `hw detail --price`, removed reverse PTR entries

### Added to CLI
- slcli dedicatedhost


## [5.3.1] - 2017-12-07
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.0...master
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.0...v5.3.1
- Added support for storage volume modifications

### Added to CLI
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.3.1'
VERSION = 'v5.3.2'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '5.3.1'
version = '5.3.2'
# The full version, including alpha/beta/rc tags.
release = '5.3.1'
release = '5.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='SoftLayer',
version='5.3.1',
version='5.3.2',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit 5f16b02

Please sign in to comment.