Skip to content

Commit b6875ad

Browse files
version to 5.3.1
1 parent 363d6ad commit b6875ad

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22

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+
311
## [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
513
- Added a retry decorator. currently only used in setTags for VSI creation, which should allos VSI creation to be a bit more robust.
614
- Updated unit tests to work with pytest3.3
715

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.0'
8+
VERSION = 'v5.3.1'
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.0'
58+
version = '5.3.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.3.0'
60+
release = '5.3.1'
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.0',
17+
version='5.3.1',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)