From 9b7c033973090016fcdd7a76e43148e8a8e7de53 Mon Sep 17 00:00:00 2001 From: "Jan Willhaus [bot]" Date: Wed, 1 Jan 2025 20:39:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.1=20=E2=86=92=202.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ podcast_archiver/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9d039..214aaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.2 (2025-01-01) + +### Fix + +- Restore printing archived during progress (#227) + ## v2.0.1 (2025-01-01) ### Fix diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index 659f38d..329bae3 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v2.0.1" +__version__ = "v2.0.2" diff --git a/pyproject.toml b/pyproject.toml index c5e8054..37711d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "2.0.1" +version = "2.0.2" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]