Skip to content

Commit 93a34e2

Browse files
committed
Bumped version to 0.3.0
1 parent fd46c8f commit 93a34e2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

History.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
0.2.0 / 2012-09-25
1+
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
210
==================
311
# Added: `upload_creative` to support uploading creative files.
412

ox3apiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
import urlparse
3535

36-
__version__ = '0.2.1'
36+
__version__ = '0.3.0'
3737

3838
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
3939
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'

0 commit comments

Comments
 (0)