diff --git a/CHANGES.txt b/CHANGES.txt index 213a55c..900e453 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ -v0.6.0, 2014-11-18 -- Added heart rate data & pace support +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 v0.3.0, 2013-01-09 -- Changed methods to properties diff --git a/LICENSE.txt b/LICENSE.txt index 5b29758..53d1cdd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013, Vinod Kurup +Copyright (c) 2013-6, Vinod Kurup All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/setup.py b/setup.py index af6e337..e733516 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '0.6.0' +__version__ = '0.7.0' setup( name='python-tcxparser',