Skip to content

Commit

Permalink
Release 1.7.1; Adds new 'day' subcommand (née demo.py); fixes bug @dc…
Browse files Browse the repository at this point in the history
…hristle reported w/r/t measurement iteration in Python 3.
  • Loading branch information
coddingtonbear committed Jan 25, 2016
1 parent c67f32c commit 4d4b917
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.7.1 (2016-01-24)

* Fixes bug in measurement iteration on Python 3 (Thanks @dchristle!).
* Moves ``demo.py`` into command-line subcommand named ``day`` with some alterations.

# 1.7 (2016-01-24)

* Adds command-line API. Currently only two commands have been added: ``store-password`` and ``delete-password``.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='myfitnesspal',
version='1.7',
version='1.7.1',
url='http:https://github.com/coddingtonbear/python-myfitnesspal/',
description='Access health and fitness data stored in Myfitnesspal',
author='Adam Coddington',
Expand Down

0 comments on commit 4d4b917

Please sign in to comment.