Skip to content

Commit 054656a

Browse files
5.8.3 changelog
1 parent 79ac147 commit 054656a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33

4+
## [5.8.3] - 2019-12-11
5+
https://github.com/softlayer/softlayer-python/compare/v5.8.2...v5.8.3
6+
7+
- #771 Fixed unicode errors in image list (for windows)
8+
- #1191 Fixed ordering virtual server dedicated from the CLI
9+
- #1155 Fixed capacity restriction when ordering storage quotes
10+
- #1192 Fixed hardware detail bandwidth allocation errors.
11+
12+
413
## [5.8.2] - 2019-11-15
514
- https://github.com/softlayer/softlayer-python/compare/v5.8.1...v5.8.2
615

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.8.2'
8+
VERSION = 'v5.8.3'
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/'

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.8.2',
17+
version='5.8.3',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)