Skip to content

Commit 9136ec9

Browse files
committed
Bumped version to 0.4.0
1 parent 8e60d24 commit 9136ec9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.0 / 2013-07-23
2+
==================
3+
* Added handling for API v2
4+
* Refined docstrings throughout code
5+
16
0.3.1 / 2013-06-04
27
==================
38
* Removed: Realm Support

ox3apiclient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
import urlparse
3535

36-
__version__ = '0.3.1'
36+
__version__ = '0.4.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)