Skip to content

Commit

Permalink
0.50.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 11, 2022
1 parent f649ff6 commit f491819
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.50.7 (2022-02-11)
### Fix
* Remove base58 dependency ([`f649ff6`](https://github.com/mcbeet/beet/commit/f649ff6dc9c513cde391f2d2396679001fb85d49))

## v0.50.6 (2022-01-22)
### Fix
* Allow single string value for loading packs ([`6820c64`](https://github.com/mcbeet/beet/commit/6820c64c29d1ebd8a37d1da84c13eb767a3aab43))
Expand Down
2 changes: 1 addition & 1 deletion beet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .toolchain.tree import *
from .toolchain.worker import *

__version__ = "0.50.6"
__version__ = "0.50.7"
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.50.6"
version = "0.50.7"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f491819

Please sign in to comment.