From 20b5ed8f621487ea87496088f04ea2f3862fd896 Mon Sep 17 00:00:00 2001 From: Aart Goossens Date: Thu, 11 Nov 2021 15:31:04 +0100 Subject: [PATCH] Preparing release 0.23.1 --- 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 ccf60ce..4b6aeb9 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] - {date} +## [0.23.1] - 2021-11-11 ### Fixed - Some FIT files contain records with duplicate field names of which only 1 was not null. Added code to make sure that the non null value was picked. diff --git a/pyproject.toml b/pyproject.toml index 7299de4..42efcce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.23.0" +version = "0.23.1" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]