Skip to content

Commit 5d76462

Browse files
committed
Version bump to v3.2.0
1 parent 104f13f commit 5d76462

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.2.0
2+
3+
* CLI+API: Added firewall manager and CLI module
4+
5+
* CLI+API: Added iscsi manager and CLI module
6+
7+
* API: Added ability to create multiple virtual servers at once to VSManager
8+
9+
* API: Added OrderingManager. Remove hard-coded price IDs
10+
11+
* Fixed several small bug fixes
12+
113
3.1.0
214

315
* CLI+API: Added CDN manager and CLI module

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.1.0'
8+
VERSION = 'v3.2.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.1.0'
54+
version = '3.2.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '3.1.0'
56+
release = '3.2.0'
5757

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

0 commit comments

Comments
 (0)