~canonical-support/python-salesforce/trunk

« back to all changes in this revision

Viewing changes to sforce/__init__.py

  • Committer: Adam Stokes
  • Date: 2013-08-29 19:40:09 UTC
  • Revision ID: git-v1:f5b341cbd21f1562f374f6eade7afccc401a1935
bump rev

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__version__ = "0.1.0"
 
1
__version__ = "0.2.0"
2
2
COMMONS = dict(
3
3
               api_version='27.0',
4
4
               client_key=None,