Skip to content

Commit 0c2ad48

Browse files
committed
Merge pull request softlayer#710 from sudorandom/bump-5.0.1
Version bump (5.0.1)
2 parents 535a2fd + b5cb4a6 commit 0c2ad48

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
5.0.1
2+
3+
* Adds missing depdendency that was previously pulled in by prompt_toolkit
4+
5+
* Fix a bug by updating the CDN manager to use the new purge method
6+
7+
* Fixes bug that occured when iscsi listings with resources have no datacenter
8+
19
5.0.0
210

311
* Adds a shell (accessable with `slcli shell`) which provides autocomplete for slcli commands and options

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.0'
8+
VERSION = 'v5.0.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 = '5.0.0'
58+
version = '5.0.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '5.0.0'
60+
release = '5.0.1'
6161

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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='SoftLayer',
18-
version='5.0.0',
18+
version='5.0.1',
1919
description=DESCRIPTION,
2020
long_description=LONG_DESCRIPTION,
2121
author='SoftLayer Technologies, Inc.',
@@ -50,8 +50,8 @@
5050
'Programming Language :: Python :: 3',
5151
'Programming Language :: Python :: 3.4',
5252
'Programming Language :: Python :: 3.3',
53+
'Programming Language :: Python :: 3.5',
5354
'Programming Language :: Python :: 2.7',
54-
'Programming Language :: Python :: 2.6',
5555
'Programming Language :: Python :: Implementation :: CPython',
5656
'Programming Language :: Python :: Implementation :: PyPy',
5757
],

0 commit comments

Comments
 (0)