diff --git a/SoftLayer/consts.py b/SoftLayer/consts.py index 883ba61a1..1abfb5906 100644 --- a/SoftLayer/consts.py +++ b/SoftLayer/consts.py @@ -5,7 +5,7 @@ :license: MIT, see LICENSE for more details. """ -VERSION = 'v6.1.11' +VERSION = 'v6.2.0' API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/' API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/' API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/' diff --git a/setup.py b/setup.py index 48f643d5d..9f22974e1 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='SoftLayer', - version='v6.1.11', + version='v6.2.0', description=DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/x-rst',