We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e60d24 commit 9136ec9Copy full SHA for 9136ec9
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