We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff47ef commit a6b6b56Copy full SHA for a6b6b56
History.md
@@ -1,3 +1,9 @@
1
+0.3.1 / 2013-06-04
2
+==================
3
+ * Removed: Realm Support
4
+ * Realm can still be given, but has no effect
5
+ * Fixed: Unicode encoding error in REST POSTing
6
+
7
0.3.0 / 2013-03-18
8
==================
9
* Added: HTTP and HTTPS proxy support.
ox3apiclient/__init__.py
@@ -33,7 +33,7 @@
33
34
import urlparse
35
36
-__version__ = '0.3.0'
+__version__ = '0.3.1'
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