Skip to content

Commit 2558010

Browse files
version to 5.6.4
1 parent 12310b8 commit 2558010

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
4+
## [5.6.4] - 2018-11-16
5+
6+
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.3...v5.6.4
7+
8+
+ #1041 Dedicated host cancel, cancel-guests, list-guests
9+
+ #1071 added createDate and modifyDate parameters to sg rule-list
10+
+ #1060 Fixed slcli subnet list
11+
+ #1056 Fixed documentation link in image manager
12+
+ #1062 Added description to slcli order
13+
314
## [5.6.3] - 2018-11-07
415

516
- Changes: https://github.com/softlayer/softlayer-python/compare/v5.6.0...v5.6.3

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.6.3'
8+
VERSION = 'v5.6.4'
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.6.3',
17+
version='5.6.4',
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.6.3+git' # check versioning
2+
version: '5.6.4+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)