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"