From 46f28bcd9ea1684006d6f57f79b82bcbb9adef06 Mon Sep 17 00:00:00 2001 From: "Jan Willhaus [bot]" Date: Tue, 3 Dec 2024 20:38:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.7.1=20=E2=86=92=201.7.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 860aa65..823d318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.7.2 (2024-12-03) + +### Fix + +- Don't add episode to DB if they failed downloading (#209, #210) + ## v1.7.1 (2024-10-27) ### Fix diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index 7ceb320..7d25a18 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v1.7.1" +__version__ = "v1.7.2" diff --git a/pyproject.toml b/pyproject.toml index 26e586e..8a90fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "1.7.1" +version = "1.7.2" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]