From 584cf3ce59e91f5de9775a1a96e684515587a5fd Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Sun, 17 Nov 2024 14:59:49 +0100 Subject: [PATCH] Release v0.13.1 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8e38d..d419138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log ========== -## Upcoming +## v0.13.1 - 2024-11-17 * Resize embedded art in alternative files with `albumart_maxwidth` option. ## v0.13.0 - 2024-08-17 diff --git a/pyproject.toml b/pyproject.toml index 3f70380..3a83958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "beets-alternatives" -version = "0.13.0" +version = "0.13.1" description = "beets plugin to manage multiple files" authors = [ "Thomas Scholtes ",