Skip to content

Update fit profile and documentation #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The old version is archived as
and internal parts. (Still unstable and partially complete.)

* Proper documentation!
[Available here](http://dtcooper.github.com/python-fitparse/).
[Available here](https://pythonhosted.org/fitparse/).

* Unit tests and example programs.

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Requirements

The following are required to install :mod:`fitparse`,

* `Python <http://www.python.org/>`_ 2.5 and above (Python 3 is currently not
supported)
* `Python <http://www.python.org/>`_ 2.5 and above

* The `argparse <https://code.google.com/p/argparse/>`_ is required for the
:command:`fitdump` command, but it is included in the Python standard library
Expand Down
2 changes: 1 addition & 1 deletion fitparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fitparse.processors import FitFileDataProcessor, StandardUnitsDataProcessor


__version__ = '1.0.1'
__version__ = '1.0.2'
__all__ = [
'FitFileDataProcessor', 'FitFile', 'FitParseError',
'StandardUnitsDataProcessor', 'DataMessage'
Expand Down
Loading