From 59504720b742660618a20828fc8b1610766fcd28 Mon Sep 17 00:00:00 2001 From: Fabian Gebhart Date: Fri, 25 Jun 2021 18:10:57 +0200 Subject: [PATCH] release v0.20.1 --- CHANGELOG.md | 3 +++ workoutizer/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3dce8d2..8adb4823 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] +Placeholder for unreleased changes. + +## [0.20.1](https://github.com/fgebhart/workoutizer/releases/tag/v0.20.1) - 2021-06-25 ### Changed * Updated the url to releases on help page to now point to the changelog on github. ### Fixed diff --git a/workoutizer/__init__.py b/workoutizer/__init__.py index 5f4bb0b3..ac824046 100644 --- a/workoutizer/__init__.py +++ b/workoutizer/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.20.1"