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 987e276 commit 2917926Copy full SHA for 2917926
2 files changed
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+0.2.4 (2016-11-10)
2
+==================
3
+* Call a hook if it exists when tokens are refreshed
4
+
5
0.2.3 (2016-07-06)
6
==================
7
* Refresh token when it expires
fitbit/__init__.py
@@ -17,8 +17,8 @@
17
__copyright__ = 'Copyright 2012-2015 ORCAS'
18
__license__ = 'Apache 2.0'
19
20
-__version__ = '0.2.3'
21
-__release__ = '0.2.3'
+__version__ = '0.2.4'
+__release__ = '0.2.4'
22
23
# Module namespace.
24
0 commit comments