diff --git a/CHANGELOG.md b/CHANGELOG.md index 9518e24..f785b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## [0.19.3] 2024-10-17 + ### Updated - CI: Use `poetry` in the build workflow. @@ -1118,3 +1120,4 @@ Thanks @arogl for reporting each of the above! [0.19.0]: https://github.com/snejus/beetcamp/releases/tag/0.19.0 [0.19.1]: https://github.com/snejus/beetcamp/releases/tag/0.19.1 [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 diff --git a/pyproject.toml b/pyproject.toml index 25381df..341b2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beetcamp" -version = "0.20.0a0" +version = "0.19.3" description = "Bandcamp autotagger source for beets (http://beets.io)." authors = ["Šarūnas Nejus "] readme = "README.md"