Skip to content

Commit

Permalink
0.109.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 12, 2024
1 parent a834328 commit 023a858
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.109.1 (2024-12-12)

### Fix

* Add items directory + __all__ to be importable ([#456](https://github.com/mcbeet/beet/issues/456)) ([`a834328`](https://github.com/mcbeet/beet/commit/a834328deda59cdd77c843fb1dc5a346ff969561))

## v0.109.0 (2024-12-12)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.109.0"
__version__ = "0.109.1"


from .core.cache import *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet"
version = "0.109.0"
version = "0.109.1"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 023a858

Please sign in to comment.