Skip to content

Commit c6002ae

Browse files
committed
Bump version for 0.7.1
1 parent c1e2c33 commit c6002ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v0.7.1, 2016-08-14 -- Fix for tracks with only 1 trackpoint.
2+
13
v0.7.0, 2016-01-01 -- Added average altitude support. Thanks @firefly-cpp
24

35
v0.6.0, 2014-11-18 -- Added heart rate data & pace support. Thanks @stevedoyle

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-tcxparser
22

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

55
python-tcxparser is a minimal parser for Garmin's TCX file format. It
66
is not in any way exhaustive. It extracts just enough data to allow me

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = '0.7.0'
3+
__version__ = '0.7.1'
44

55
setup(
66
name='python-tcxparser',

0 commit comments

Comments
 (0)