Skip to content

Commit

Permalink
Relax beets requirement to below 2
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed May 10, 2024
1 parent 8e12941 commit 4b13aa9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## [0.19.1] 2024-05-10

### Fixed

- (#58) Relax `beets` dependency requirement.

## [0.19.0] 2024-05-07

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beetcamp"
version = "0.19.0"
version = "0.19.1"
description = "Bandcamp autotagger source for beets (http://beets.io)."
authors = ["Šarūnas Nejus <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -29,7 +29,7 @@ python = ">=3.8, <4"

requests = ">=2.27"
pycountry = ">=20.7.3"
beets = ">=1.4,<=1.6.0"
beets = ">=1.4,<=2"
ordered-set = ">=4.0"
packaging = ">=24.0"

Expand Down

0 comments on commit 4b13aa9

Please sign in to comment.