Skip to content

Commit 2917926

Browse files
committed
version 0.2.4
1 parent 987e276 commit 2917926

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.4 (2016-11-10)
2+
==================
3+
* Call a hook if it exists when tokens are refreshed
4+
15
0.2.3 (2016-07-06)
26
==================
37
* Refresh token when it expires

fitbit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
__copyright__ = 'Copyright 2012-2015 ORCAS'
1818
__license__ = 'Apache 2.0'
1919

20-
__version__ = '0.2.3'
21-
__release__ = '0.2.3'
20+
__version__ = '0.2.4'
21+
__release__ = '0.2.4'
2222

2323
# Module namespace.
2424

0 commit comments

Comments
 (0)