Skip to content

Commit

Permalink
Bump version for 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Aug 14, 2016
1 parent c1e2c33 commit c6002ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.7.1, 2016-08-14 -- Fix for tracks with only 1 trackpoint.

v0.7.0, 2016-01-01 -- Added average altitude support. Thanks @firefly-cpp

v0.6.0, 2014-11-18 -- Added heart rate data & pace support. Thanks @stevedoyle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# python-tcxparser

[ ![Codeship Status for vkurup/python-tcxparser](https://codeship.com/projects/73da6380-712d-0132-3214-62f5102d8589/status?branch=master)](https://codeship.com/projects/54578)
[ ![Codeship Status for vkurup/python-tcxparser](https://codeship.com/projects/eb924480-4493-0134-5e03-3a611b6d72e6/status?branch=master)](https://codeship.com/projects/168475)

python-tcxparser is a minimal parser for Garmin's TCX file format. It
is not in any way exhaustive. It extracts just enough data to allow me
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = '0.7.0'
__version__ = '0.7.1'

setup(
name='python-tcxparser',
Expand Down

0 comments on commit c6002ae

Please sign in to comment.