Skip to content

Commit 8fe0ac8

Browse files
committed
Bump version for 2.2.0
1 parent 9a4c5bc commit 8fe0ac8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

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

4+
v2.2.0, 2022-01-23
5+
----------------
6+
7+
* Minor release and test improvements. Thanks @firefly-cpp (#76, #77)
8+
* Add support for max and avg power. Thanks @firefly-cpp (#78)
9+
10+
411
v2.1.0, 2021-12-30
512
----------------
613

setup.py

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

3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"
44

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

0 commit comments

Comments
 (0)