We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b93124c + 9d8432d commit d5fda3bCopy full SHA for d5fda3b
docs/docs/changelog.md
@@ -16,6 +16,8 @@ Types of changes:
16
- `Security` in case of vulnerabilities.
17
18
## [Unreleased] - {ISO8601 date}
19
+
20
+## [0.20.2] - 2021-04-16
21
### Fixed
22
- `read_fit()` now handles summary data correctly when there is no data
23
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sweat"
3
-version = "0.20.1"
+version = "0.20.2"
4
description = "Workout analysis"
5
license = "MIT"
6
authors = ["Aart Goossens <[email protected]>"]
0 commit comments