From 9d8432daa75b18feac2bb3da793105e621f0e418 Mon Sep 17 00:00:00 2001 From: Aart Goossens Date: Fri, 16 Apr 2021 14:46:29 +0200 Subject: [PATCH] Preparing release 0.20.2 --- docs/docs/changelog.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 47a0727..2be6c8c 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -16,6 +16,8 @@ Types of changes: - `Security` in case of vulnerabilities. ## [Unreleased] - {ISO8601 date} + +## [0.20.2] - 2021-04-16 ### Fixed - `read_fit()` now handles summary data correctly when there is no data diff --git a/pyproject.toml b/pyproject.toml index e599cac..c004f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.20.1" +version = "0.20.2" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]