File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,16 @@ Release History
66Upcoming
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.
Original file line number Diff line number Diff line change 33from __future__ import unicode_literals , absolute_import
44
55
6- __version__ = '1.5.3 '
6+ __version__ = '1.5.4 '
You can’t perform that action at this time.
0 commit comments