Skip to content

Commit b8e816c

Browse files
rowedonaldeFederico Delgado
authored andcommitted
Bumped version to 0.4.0
1 parent d47ee30 commit b8e816c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
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

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.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)