Skip to content

Commit a9732c2

Browse files
committed
Version Bump. Adds CHANGELOG
1 parent 57e19bf commit a9732c2

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
@@ -0,0 +1,15 @@
1+
2.2.0
2+
3+
* Consistency changes/bug fixes
4+
5+
* Added sphinx documentation
6+
7+
* CCI: Adds Support for Additional Disks
8+
9+
* CCI: Adds a way to block until transactions are done on a CCI
10+
11+
* CLI(CCI): For most commands, you can specify id, hostname, private ip or public ip as <identifier>
12+
13+
* CLI(CCI): Adds the ability to filter list results for CCIs
14+
15+
* API: Adds generator to transparently chunk SoftLayer requests into reasonable chunks

SoftLayer/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:copyright: (c) 2013, SoftLayer Technologies, Inc. All rights reserved.
77
:license: BSD, see LICENSE for more details.
88
"""
9-
VERSION = 'v2.1.0'
9+
VERSION = 'v2.2.0'
1010
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3/'
1111
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3/'
1212
API_PRIVATE_ENDPOINT_REST = 'https://api.service.softlayer.com/rest/v3/'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.1.0'
52+
version = '2.2.0'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.1.0'
54+
release = '2.2.0'
5555

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

setup.py

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

3030
setup(
3131
name='SoftLayer',
32-
version='2.1.0',
32+
version='2.2.0',
3333
description=description,
3434
long_description=long_description,
3535
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)