Skip to content

Commit 86e036f

Browse files
v5.5.1
1 parent fe8c6a8 commit 86e036f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## [5.5.1] - 2018-08-06
4+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.5.0...master
5+
6+
- #1006, added paginations to several slcli methods, making them work better with large result sets.
7+
- #995, Fixed an issue displaying VLANs.
8+
- #1011, Fixed an issue displaying some NAS passwords
9+
- #1014, Ability to delete users
10+
311
## [5.5.0] - 2018-07-09
4-
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.4...master
12+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.4.4...v5.5.0
513

614
- Added a warning when ordering legacy storage volumes
715
- Added documentation link to volume-order

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

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.5.0+git' # check versioning
2+
version: '5.5.1+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.

0 commit comments

Comments
 (0)