From 69c380bddbf431a93afa657c8af94208a0209644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 14 Dec 2024 07:15:12 +0000 Subject: [PATCH] Bump project version --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3feeac0..0f6d103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [0.21.0] 2024-12-14 ### Removed @@ -1313,3 +1313,4 @@ Thanks @arogl for reporting each of the above! [0.19.2]: https://github.com/snejus/beetcamp/releases/tag/0.19.2 [0.19.3]: https://github.com/snejus/beetcamp/releases/tag/0.19.3 [0.20.0]: https://github.com/snejus/beetcamp/releases/tag/0.20.0 +[0.21.0]: https://github.com/snejus/beetcamp/releases/tag/0.21.0 diff --git a/pyproject.toml b/pyproject.toml index 45f5e2f..a99bf75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beetcamp" -version = "0.20.1a0" +version = "0.21.0" description = "Bandcamp autotagger source for beets (http://beets.io)." authors = ["Šarūnas Nejus "] readme = "README.md"