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.
2 parents 03a6e36 + 06840a2 commit 518e45cCopy full SHA for 518e45c
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+0.2.3 (2016-07-06)
2
+==================
3
+* Refresh token when it expires
4
+
5
0.2.2 (2016-03-30)
6
==================
7
* Refresh token bugfixes
fitbit/__init__.py
@@ -17,8 +17,8 @@
17
__copyright__ = 'Copyright 2012-2015 ORCAS'
18
__license__ = 'Apache 2.0'
19
20
-__version__ = '0.2.2'
21
-__release__ = '0.2.2'
+__version__ = '0.2.3'
+__release__ = '0.2.3'
22
23
# Module namespace.
24
0 commit comments