Skip to content

Commit 5e2e295

Browse files
committed
Bump version to 1.5.4
1 parent a65026d commit 5e2e295

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

HISTORY.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ Release History
66
Upcoming
77
++++++++
88

9-
1.5.3
9+
1.5.4
10+
++++++++++++++++++
11+
12+
- Bugfix so that the return value of ``JWTAuth.refresh()`` correctly matches
13+
that of the auth interface (by returning a tuple of
14+
((access token), (refresh token or None)), instead of just the access token).
15+
In particular, this fixes an exception in ``BoxSession`` that always occurred
16+
when it tried to refresh any ``JWTAuth`` object.
17+
18+
1.5.3 (2016-05-26)
1019
++++++++++++++++++
1120

1221
- Bugfix so that ``JWTAuth`` opens the PEM private key file in ``'rb'`` mode.

boxsdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from __future__ import unicode_literals, absolute_import
44

55

6-
__version__ = '1.5.3'
6+
__version__ = '1.5.4'

0 commit comments

Comments
 (0)