Skip to content

Commit 57fdef8

Browse files
committed
Version bump to 4.1.1
1 parent 3b351cd commit 57fdef8

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
4.1.1
2+
3+
* Fixes to work with Click v5
4+
5+
* Re-adds `--no-public` option to only provision private interfaces with servers via `slcli server create`
6+
7+
* Removes non-functional `--vlan-public` and `--vlan-private` from `slcli server create`
8+
9+
* VSManager.wait_for_ready will now behave as it is documented to behave.
10+
111
4.1.0
212

313
* Adds a shell which provides a shell interface for `slcli`. This is available by using `slcli shell`

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.0'
8+
VERSION = 'v4.1.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/'

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.0'
58+
version = '4.1.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '4.1.0'
60+
release = '4.1.1'
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
@@ -37,7 +37,7 @@
3737

3838
setup(
3939
name='SoftLayer',
40-
version='4.1.0',
40+
version='4.1.1',
4141
description=DESCRIPTION,
4242
long_description=LONG_DESCRIPTION,
4343
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)