Skip to content

Commit 81df97d

Browse files
version to 5.4.1
1 parent e13c1b8 commit 81df97d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [5.4.1] - 2018-02-05
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.0...master
5+
6+
- Improve error conditions when adding SSH keys
7+
- added type filters to package-list, auto-removes bluemix_services on package listing
8+
- Add boot mode option to virtual guest creation
9+
- Update documentation for security group rule add
10+
- Add fix for unsetting of values in edit SG rules
311

412
## [5.4.0] - 2018-01-15
5-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.2...master
13+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.3.2...v5.4.0
614

715
- Upgraded Requests and Urllib3 library to latest. This allows the library to make use of connection retries, and connection pools. This should prevent the client from crashing if the API gives a connection reset / connection timeout error
816
- reworked wait_for_ready function for virtual, and added to hardware managers.

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

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

0 commit comments

Comments
 (0)