Skip to content

Commit

Permalink
0.83.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 8, 2023
1 parent 255829e commit be5dbf0
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.83.2 (2023-02-08)
### Fix
* Dump extra after namespaced files ([`0f5ed47`](https://github.com/mcbeet/beet/commit/0f5ed47920d23ae4d4b551cd1d117011051ae0c2))

## v0.83.1 (2023-02-01)
### Fix
* Remove unnecessary None checks ([`f464d62`](https://github.com/mcbeet/beet/commit/f464d623ff74cf2c8bd87380d1ee9148b04a1ff9))
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.83.1"
__version__ = "0.83.2"


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

0 comments on commit be5dbf0

Please sign in to comment.