Skip to content

Commit a6b6b56

Browse files
committed
Bumped version to 0.3.1
1 parent eff47ef commit a6b6b56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.3.1 / 2013-06-04
2+
==================
3+
* Removed: Realm Support
4+
* Realm can still be given, but has no effect
5+
* Fixed: Unicode encoding error in REST POSTing
6+
17
0.3.0 / 2013-03-18
28
==================
39
* Added: HTTP and HTTPS proxy 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.0'
36+
__version__ = '0.3.1'
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)