We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e5dd0 commit 8b15fbdCopy full SHA for 8b15fbd
2 files changed
CHANGES.txt
@@ -1,3 +1,5 @@
1
+v0.7.1, 2017-03-02 -- Don't fail if lat/lon not present.
2
+
3
v0.7.1, 2016-08-14 -- Fix for tracks with only 1 trackpoint.
4
5
v0.7.0, 2016-01-01 -- Added average altitude support. Thanks @firefly-cpp
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-__version__ = '0.7.1'
+__version__ = '0.7.2'
setup(
6
name='python-tcxparser',
0 commit comments