From 195575a8cc91f8cd8de1baf6f6cf51eacea8cf74 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart <16943048+fgebhart@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:30:12 +0200 Subject: [PATCH] release v0.25.1 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4e3ca..34208fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +* ... + +## [0.25.1](https://github.com/fgebhart/workoutizer/releases/tag/v0.25.1) - 2023-10-01 ### Fixed * #239: Rounding error when calculating distance between two coordinates which small proximity was fixed by replacing custom math formula with haversine. diff --git a/pyproject.toml b/pyproject.toml index fae2afe..822a6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workoutizer" -version = "0.25.0" +version = "0.25.1" description = "🏋️ Browser based Sport and Workout Organizer 🏃‍♀️" authors = ["Fabian Gebhart"] repository = "https://github.com/fgebhart/workoutizer"