We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5bde commit 0b1d66aCopy full SHA for 0b1d66a
2 files changed
History.md
@@ -1,3 +1,7 @@
1
+0.2.0 / 2012-09-25
2
+==================
3
+ # Added: `upload_creative` to support uploading creative files.
4
+
5
0.2.0 / 2012-08-29
6
==================
7
ox3apiclient/__init__.py
@@ -26,7 +26,7 @@
26
27
import urlparse
28
29
-__version__ = '0.2.0'
+__version__ = '0.2.1'
30
31
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
32
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'
0 commit comments