File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## [ 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
5
13
6
14
- Improve error conditions when adding SSH keys
7
15
- added type filters to package-list, auto-removes bluemix_services on package listing
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.4.1 '
8
+ VERSION = 'v5.4.2 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.4.1 ' ,
17
+ version = '5.4.2 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments