We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4c5bc commit 8fe0ac8Copy full SHA for 8fe0ac8
CHANGES.rst
@@ -1,6 +1,13 @@
1
CHANGES
2
=======
3
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
11
v2.1.0, 2021-12-30
12
----------------
13
setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-__version__ = "2.1.0"
+__version__ = "2.2.0"
setup(
name="python-tcxparser",
0 commit comments