Skip to content

Commit 9275f95

Browse files
committed
Bump version for 1.1.0
1 parent 18685d8 commit 9275f95

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

4+
v1.1.0, 2020-01-10
5+
------------------
6+
7+
* Add distance_values, position_values and started_at attributes. Thanks @janpipek (#23)
8+
9+
410
v1.0.0, 2018-12-15
511
------------------
612

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013-9, Vinod Kurup
1+
Copyright (c) 2013-2020, Vinod Kurup
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

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, find_packages
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.1.0'
44

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

0 commit comments

Comments
 (0)