Skip to content

Commit fa6e642

Browse files
Merge pull request #2148 from allmightyspiff/master
V6.2.1 updates
2 parents 0c6520b + 55312da commit fa6e642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: SoftLayer/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v6.2.0'
8+
VERSION = 'v6.2.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/'

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='SoftLayer',
18-
version='v6.2.0',
18+
version='v6.2.1',
1919
description=DESCRIPTION,
2020
long_description=LONG_DESCRIPTION,
2121
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)