From 3520fe09692ff9b1b65ce2749eedf411c12de1e6 Mon Sep 17 00:00:00 2001 From: Aart Goossens Date: Tue, 1 Feb 2022 13:12:07 +0100 Subject: [PATCH] Preparing release 0.25.0 --- docs/docs/changelog.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index bcb6e13..0eea918 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -15,10 +15,11 @@ Types of changes: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [unreleased] - {date} +## [0.25.0] - 2022-02-01 ### Added - Added full support for parsing fit, tcx and gpx courses. Some of the functionality was already working, this release makes it complete. + ## [0.24.0] - 2021-12-16 ### Added - Adds processing of resting heartrate to athlete model from FIT files. diff --git a/pyproject.toml b/pyproject.toml index 87dfc7b..f6a8a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sweat" -version = "0.24.0" +version = "0.25.0" description = "Workout analysis" license = "MIT" authors = ["Aart Goossens "]