Skip to content

Commit f5fc839

Browse files
Version bump
1 parent ec2f9e4 commit f5fc839

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.3.0'
9+
VERSION = 'v2.3.1'
1010
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3/'
1111
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3/'
1212
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3/'

SoftLayer/tests/managers/metadata_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_basic(self, make_api_call):
9292
make_api_call.assert_called_with(
9393
'GET', self.url,
9494
timeout=5,
95-
http_headers={'User-Agent': 'SoftLayer Python v2.3.0'})
95+
http_headers={'User-Agent': 'SoftLayer Python v2.3.1'})
9696
self.assertEqual(make_api_call(), r)
9797

9898
@patch('SoftLayer.managers.metadata.make_rest_api_call')

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.3.0'
52+
version = '2.3.1'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.3.0'
54+
release = '2.3.1'
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
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name='SoftLayer',
43-
version='2.3.0',
43+
version='2.3.1',
4444
description=description,
4545
long_description=long_description,
4646
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)