We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a64cb + 231b14e commit c13d674Copy full SHA for c13d674
History.md
@@ -1,3 +1,8 @@
1
+
2
+0.6.1 / 2019-07-23
3
+=================
4
+ * Add ODS endpoint to supported endpoint list
5
6
0.6.0 / 2017-06-19
7
==================
8
* Added: Python 3 compatibility
@@ -23,7 +28,7 @@
23
28
0.3.1 / 2013-06-04
24
29
25
30
* Removed: Realm Support
26
- * Realm can still be given, but has no effect
31
+ * Realm can still be given, but has no effect
27
32
* Fixed: Unicode encoding error in REST POSTing
33
34
0.3.0 / 2013-03-18
ox3apiclient/__init__.py
@@ -12,7 +12,7 @@
12
import requests
13
from requests_oauthlib import OAuth1
14
15
-__version__ = '0.6.0'
+__version__ = '0.6.1'
16
17
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
18
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'
0 commit comments