Skip to content

Commit a67e3c8

Browse files
authoredSep 21, 2023
Merge pull request #2093 from allmightyspiff/master
v6.1.9 version update
2 parents 2af1c09 + 3aec8e9 commit a67e3c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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.1.8'
8+
VERSION = 'v6.1.9'
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/'

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='6.1.8',
19+
version='6.1.9',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)
Please sign in to comment.