Skip to content

Commit

Permalink
Docs; bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokcode committed May 2, 2016
1 parent d3c9c40 commit eccf990
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Rebecca Lovewell <[email protected]>
Dan Poirier <[email protected]>
Percy Perez <[email protected]>
Brad Pitcher <[email protected]>
Jess Johnson <[email protected]>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.3 (2016-05-02)
==================

- More refresh token bugfixes

0.2.2 (2016-03-30)
==================

Expand Down
4 changes: 4 additions & 0 deletions docs/starting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ Getting started

8. To get step data for a user from a web page, use the AJAX
:py:func:`fitapp.views.get_steps` view.

9. If you are using sqlite, you will want to create a celery configuration that
prevents the fitapp celery tasks from being executed concurrently. If you
are using any other database type, you can skip this step.
2 changes: 1 addition & 1 deletion fitapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"Django integration for python-fitbit"
__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit eccf990

Please sign in to comment.