Skip to content

Commit 4b7d016

Browse files
committed
Version bump to 5.0.0
1 parent bbaf562 commit 4b7d016

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
5.0.0
2+
3+
* Adds a shell (accessable with `slcli shell`) which provides autocomplete for slcli commands and options
4+
5+
* Move modifying nic speed to `slcli virtual edit` and `slcli hardware edit` instead of having its own command
6+
7+
* How filters work with `slcli call-api` has changed significantly. Instead of accepting JSON, it now accepts an easier-to-use format. See `slcli call-api -h` for examples
8+
9+
* Adds manager for object storage
10+
11+
* 'virtual' and 'hardware' are preferred over 'vs' and 'server' in the CLI
12+
13+
* Improved REST transport support
14+
15+
* Many bug fixes
16+
117
4.1.1
218

319
* Fixes to work with Click v5

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v4.1.1'
8+
VERSION = 'v5.0.0'
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/'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '4.1.1'
58+
version = '5.0.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '4.1.1'
60+
release = '5.0.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='SoftLayer',
18-
version='4.1.1',
18+
version='5.0.0',
1919
description=DESCRIPTION,
2020
long_description=LONG_DESCRIPTION,
2121
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)