Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jun 25, 2024
1 parent ba4912a commit 54297a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## [0.20.0] 2024-06-25

### Fixed

Expand Down Expand Up @@ -92,6 +92,8 @@
symbol, like **CAT#: ABC-123**.
- Properly catch catalogue number suffix **RP**.

[0.20.0]: https://github.com/snejus/beetcamp/releases/tag/0.20.0

## [0.19.1] 2024-05-10

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beetcamp"
version = "0.20.0a0"
version = "0.20.0"
description = "Bandcamp autotagger source for beets (http://beets.io)."
authors = ["Šarūnas Nejus <snejus@pm.me>"]
readme = "README.md"
Expand Down Expand Up @@ -49,7 +49,6 @@ pytest-xdist = ">=3.5.0"
rich-tables = "*"
types-requests = ">=2.25.0"


[tool.poetry.scripts]
beetcamp = "beetsplug.bandcamp:main"

Expand Down

0 comments on commit 54297a7

Please sign in to comment.