Skip to content

Commit 518e45c

Browse files
authored
Merge pull request #99 from tchellomello/fitbit_release_0.2.3
Upgrade release version 0.2.3
2 parents 03a6e36 + 06840a2 commit 518e45c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.3 (2016-07-06)
2+
==================
3+
* Refresh token when it expires
4+
15
0.2.2 (2016-03-30)
26
==================
37
* Refresh token bugfixes

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.2'
21-
__release__ = '0.2.2'
20+
__version__ = '0.2.3'
21+
__release__ = '0.2.3'
2222

2323
# Module namespace.
2424

0 commit comments

Comments
 (0)