Skip to content

Commit 0b1d66a

Browse files
committed
Bump release version and update History.md
1 parent 6ba5bde commit 0b1d66a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.0 / 2012-09-25
2+
==================
3+
# Added: `upload_creative` to support uploading creative files.
4+
15
0.2.0 / 2012-08-29
26
==================
37

ox3apiclient/__init__.py

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

2727
import urlparse
2828

29-
__version__ = '0.2.0'
29+
__version__ = '0.2.1'
3030

3131
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'
3232
ACCESS_TOKEN_URL = 'https://sso.openx.com/api/index/token'

0 commit comments

Comments
 (0)