We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd46c8f commit 93a34e2Copy full SHA for 93a34e2
2 files changed
History.md
@@ -1,4 +1,12 @@
1
-0.2.0 / 2012-09-25
+0.3.0 / 2013-03-18
2
+==================
3
+ * Added: HTTP and HTTPS proxy support.
4
+ * Fixed: JSON support for Python 2.4 and 2.5
5
+ * Fixed: OAuth support for Python 2.4
6
+ * Fixed: Version number below (0.2.1)
7
+
8
9
+0.2.1 / 2012-09-25
10
==================
11
# Added: `upload_creative` to support uploading creative files.
12
ox3apiclient/__init__.py
@@ -33,7 +33,7 @@
33
34
import urlparse
35
36
-__version__ = '0.2.1'
+__version__ = '0.3.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