Skip to content

Commit e9b174c

Browse files
v5.4.4
1 parent fea6048 commit e9b174c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
4+
## [5.4.4] - 2018-04-18
5+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.3...master
6+
7+
- fixed hw list not showing transactions
8+
- Re-factored RestTransport and XMLRPCTransport, logging is now only done in the DebugTransport
9+
- Added print_reproduceable to XMLRPCTransport and RestTransport, which should be very useful in printing out pure API calls.
10+
- Fixed an issue with RestTransport and locationGroupId
11+
12+
313
## [5.4.3] - 2018-03-30
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.2...master
14+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.2...v5.4.3
515

616
- Corrected to current create-options output
717
- Allow ordering of account restricted presets

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.4.3'
8+
VERSION = 'v5.4.4'
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.4.3',
17+
version='5.4.4',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)