~ubuntu-branches/ubuntu/wily/python-softlayer/wily

« back to all changes in this revision

Viewing changes to SoftLayer/consts.py

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2015-04-23 19:34:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150423193430-nzjvt82aoqu657eq
Tags: 3.3.1-1
* New upstream release
* Bump standards version to 3.9.6 without further change

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
    :license: MIT, see LICENSE for more details.
7
7
"""
8
 
VERSION = 'v3.2.0'
 
8
VERSION = 'v3.3.1'
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'