We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e61b0 commit 1cfe36eCopy full SHA for 1cfe36e
docs/docs/changelog.md
@@ -15,7 +15,7 @@ Types of changes:
15
- `Fixed` for any bug fixes.
16
- `Security` in case of vulnerabilities.
17
18
-## [Unreleased] - {yyyy-mm-dd}
+## [0.21.0] - 2021-04-22
19
### Added
20
- Adds testing for Python 3.10
21
- `read_tcx()` now supports a metadata=True kwarg that will return device data.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sweat"
3
-version = "0.20.3"
+version = "0.21.0"
4
description = "Workout analysis"
5
license = "MIT"
6
authors = ["Aart Goossens <[email protected]>"]
0 commit comments