Skip to content

Commit

Permalink
version to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Dec 7, 2017
1 parent 363d6ad commit b6875ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

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

### Added to CLI
- slcli block volume-modify
- slcli file volume-modify

## [5.3.0] - 2017-12-01
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.15...master
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.2.15...v5.3.0
- Added a retry decorator. currently only used in setTags for VSI creation, which should allos VSI creation to be a bit more robust.
- Updated unit tests to work with pytest3.3

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.0'
VERSION = 'v5.3.1'
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.0'
version = '5.3.1'
# The full version, including alpha/beta/rc tags.
release = '5.3.0'
release = '5.3.1'

# 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.0',
version='5.3.1',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer Technologies, Inc.',
Expand Down

0 comments on commit b6875ad

Please sign in to comment.