We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ee30 commit b8e816cCopy full SHA for b8e816c
History.md
@@ -1,3 +1,8 @@
1
+0.4.0 / 2013-07-23
2
+==================
3
+ * Added handling for API v2
4
+ * Refined docstrings throughout code
5
+
6
0.3.1 / 2013-06-04
7
==================
8
* Removed: Realm Support
ox3apiclient/__init__.py
@@ -33,7 +33,7 @@
33
34
import urlparse
35
36
-__version__ = '0.3.1'
+__version__ = '0.4.0'
37
38
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
39
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'
0 commit comments