Skip to content

Commit af87c88

Browse files
Merge pull request #1493 from allmightyspiff/master
v5.9.5 updates
2 parents 41a196d + 668035f commit af87c88

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
4+
## [5.9.4] - 2021-04-24
5+
https://github.com/softlayer/softlayer-python/compare/v5.9.4...v5.9.5
6+
7+
#### Improvements
8+
- Changed a testing domain to one that really doesnt exist #1492
9+
- Fix Incomplete notes field for file and block #1484
10+
- Show component versions on hw detail #1470
11+
- Add the firewall information on slcli firewall detail #1475
12+
- Add an --orderBy parameters to call-api #1459
13+
- Add image detail transaction data #1479
14+
15+
16+
317
## [5.9.4] - 2021-04-27
418
https://github.com/softlayer/softlayer-python/compare/v5.9.3...v5.9.4
519

Diff for: 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.9.4'
8+
VERSION = 'v5.9.5'
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/'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='5.9.4',
19+
version='5.9.5',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)