We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee46df commit 9214d0eCopy full SHA for 9214d0e
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.83.1 (2023-02-01)
6
+### Fix
7
+* Remove unnecessary None checks ([`f464d62`](https://github.com/mcbeet/beet/commit/f464d623ff74cf2c8bd87380d1ee9148b04a1ff9))
8
+
9
## v0.83.0 (2023-02-01)
10
### Feature
11
* Add atlases support for mc 1.19.3 ([`f1f0443`](https://github.com/mcbeet/beet/commit/f1f0443ab16566b3184c793371ededc57cc279b9))
beet/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.83.0"
+__version__ = "0.83.1"
from .core.cache import *
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beet"
-version = "0.83.0"
+version = "0.83.1"
description = "The Minecraft pack development kit"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
0 commit comments