Skip to content

Commit c13d674

Browse files
authored
Merge pull request #43 from openx/rj/versioning-to-0.6.2
Version up
2 parents a5a64cb + 231b14e commit c13d674

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

History.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
0.6.1 / 2019-07-23
3+
=================
4+
* Add ODS endpoint to supported endpoint list
5+
16
0.6.0 / 2017-06-19
27
==================
38
* Added: Python 3 compatibility
@@ -23,7 +28,7 @@
2328
0.3.1 / 2013-06-04
2429
==================
2530
* Removed: Realm Support
26-
* Realm can still be given, but has no effect
31+
* Realm can still be given, but has no effect
2732
* Fixed: Unicode encoding error in REST POSTing
2833

2934
0.3.0 / 2013-03-18

ox3apiclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import requests
1313
from requests_oauthlib import OAuth1
1414

15-
__version__ = '0.6.0'
15+
__version__ = '0.6.1'
1616

1717
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
1818
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'

0 commit comments

Comments
 (0)