Skip to content

Commit 0bef6fc

Browse files
version to 5.4.2
1 parent 432f02a commit 0bef6fc

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,7 +1,15 @@
11
# Change Log
22

3+
## [5.4.2] - 2018-02-22
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.1...master
5+
6+
- add GPU to the virtual create-options table
7+
- Remove 'virtual' from the hardware ready command.
8+
- Carefully check for the metric tracking id on virtual guests when building a bandwidth report.
9+
- Do not fail if the source or destination subnet mask does not exist for ipv6 rules.
10+
311
## [5.4.1] - 2018-02-05
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.0...master
12+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.0...v5.4.1
513

614
- Improve error conditions when adding SSH keys
715
- added type filters to package-list, auto-removes bluemix_services on package listing

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

0 commit comments

Comments
 (0)