Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 4 CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.3 (2016-07-06)
==================
* Refresh token when it expires

0.2.2 (2016-03-30)
==================
* Refresh token bugfixes
Expand Down
4 changes: 2 additions & 2 deletions 4 fitbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
__copyright__ = 'Copyright 2012-2015 ORCAS'
__license__ = 'Apache 2.0'

__version__ = '0.2.2'
__release__ = '0.2.2'
__version__ = '0.2.3'
__release__ = '0.2.3'

# Module namespace.

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.