We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808b66c commit dcebd72Copy full SHA for dcebd72
HISTORY.rst
@@ -6,6 +6,10 @@ Release History
6
Upcoming
7
++++++++
8
9
+1.5.1 (2016-03-23)
10
+++++++++++++++++++
11
+
12
+- Added a ``revoke()`` method to the ``OAuth2`` class. Calling it will revoke the current access/refresh token pair.
13
14
15
1.5.0 (2016-03-17)
boxsdk/version.py
@@ -3,4 +3,4 @@
3
from __future__ import unicode_literals, absolute_import
4
5
-__version__ = '1.5.0'
+__version__ = '1.5.1'
0 commit comments