From 55f95c81d3e10399dbb4af5955f2f0acbafadd22 Mon Sep 17 00:00:00 2001 From: Aart Goossens Date: Mon, 13 Dec 2021 11:26:58 +0100 Subject: [PATCH] Preparing release 0.23.2 --- 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 f1b58d9..5c589ef 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.2] - 2021-12-13 ### Fixed - Fixes parsing the activity_class attribute on the athlete model returned by `read_fit(metadata=True)`. It should now handle all possible values. diff --git a/pyproject.toml b/pyproject.toml index 42efcce..78175cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.23.1" +version = "0.23.2" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]