Skip to content

Commit 4bf963c

Browse files
committed
Version Bump
1 parent 773ab17 commit 4bf963c

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
3.1.0
2+
3+
* Adds CDN manager and CLI module
4+
5+
* Adds ticket manager and CLI module
6+
7+
* Adds image manager and improves image CLI module
8+
9+
* Adds the ability to specify a proxy URL for API bindings and the CLI
10+
11+
* six is now used to provide support for Python 2 and Python 3 with the same source
12+
13+
* Many bug fixes
14+
15+
116
3.0.2
217

318
* CLI+API: Simplified object mask reformatting and added support for more complex masks.

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 = 'v3.0.2'
8+
VERSION = 'v3.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
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '3.0.2'
54+
version = '3.1.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '3.0.2'
56+
release = '3.1.0'
5757

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

setup.py

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

3939
setup(
4040
name='SoftLayer',
41-
version='3.0.2',
41+
version='3.1.0',
4242
description=description,
4343
long_description=long_description,
4444
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)