Skip to content

Commit b832bfa

Browse files
author
Kevin McDonald
committed
Version bump to 5.1.0
1 parent 6c63d74 commit b832bfa

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
5.1.0
2+
3+
* Added block storage functionality. You can order, list, detail, cancel volumes. You can list and delete snapshots. You can also list ACLs for volumes.
4+
5+
* Added functionality to attach/detach devices to tickets
6+
7+
* Virtual list now lists users and passwords for all known software
8+
9+
* Fixes bug with `vlan detail` CLI command
10+
111
5.0.1
212

313
* Adds missing depdendency that was previously pulled in by prompt_toolkit

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 = 'v5.0.1'
8+
VERSION = 'v5.1.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 = '5.0.1'
58+
version = '5.1.0'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.0.1'
60+
release = '5.1.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='5.0.1',
18+
version='5.1.0',
1919
description=DESCRIPTION,
2020
long_description=LONG_DESCRIPTION,
2121
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)