From e90de60e1711c60d442d24825430c10efd05fd42 Mon Sep 17 00:00:00 2001 From: Aart Goossens Date: Tue, 20 Apr 2021 19:19:23 +0200 Subject: [PATCH] Preparing release 0.20.3 --- docs/docs/changelog.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index a87f1bc..128fe4f 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -15,7 +15,7 @@ Types of changes: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased] - {ISO8601 date} +## [0.20.3] - 2021-04-20 ### Fixed - `sweat.read_fit()` now supports integer column names. diff --git a/pyproject.toml b/pyproject.toml index c004f73..889b41c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.20.2" +version = "0.20.3" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]