Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 8a4e30c

Browse files
committed
bump: version 1.5.1 → 1.5.2
1 parent af7dd0c commit 8a4e30c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.5.2 (2024-09-22)
2+
3+
### Fix
4+
5+
- Ignore unused link length (#182)
6+
17
## v1.5.1 (2024-09-22)
28

39
### Fix

podcast_archiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v1.5.1"
1+
__version__ = "v1.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podcast-archiver"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
description = "Archive all episodes from your favorite podcasts"
55
# cspell: disable
66
authors = ["Jan Willhaus <[email protected]>"]

0 commit comments

Comments
 (0)