Skip to content

Commit

Permalink
Merge pull request #1493 from allmightyspiff/master
Browse files Browse the repository at this point in the history
v5.9.5 updates
  • Loading branch information
allmightyspiff authored May 26, 2021
2 parents 41a196d + 668035f commit af87c88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log


## [5.9.4] - 2021-04-24
https://github.com/softlayer/softlayer-python/compare/v5.9.4...v5.9.5

#### Improvements
- Changed a testing domain to one that really doesnt exist #1492
- Fix Incomplete notes field for file and block #1484
- Show component versions on hw detail #1470
- Add the firewall information on slcli firewall detail #1475
- Add an --orderBy parameters to call-api #1459
- Add image detail transaction data #1479



## [5.9.4] - 2021-04-27
https://github.com/softlayer/softlayer-python/compare/v5.9.3...v5.9.4

Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.9.4'
VERSION = 'v5.9.5'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='5.9.4',
version='5.9.5',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down

0 comments on commit af87c88

Please sign in to comment.