Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 377a21c

Browse files
committed
Minor version bump
1 parent d17476d commit 377a21c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.3.1
2+
3+
* Adds 'rescue' command to virtual server and hardware command lists
4+
15
3.3.0
26

37
* CLI+API: Load balancer support

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.3.0'
8+
VERSION = 'v3.3.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
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '3.3.0'
54+
version = '3.3.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '3.3.0'
56+
release = '3.3.1'
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.3.0',
41+
version='3.3.1',
4242
description=description,
4343
long_description=long_description,
4444
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)