From 51bb348b0456511ff37ae8a1d2f001e45bd80c60 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jul 2024 23:01:16 +0000 Subject: [PATCH] 0.108.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ beet/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1fe848..a13e9b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.108.3 (2024-07-24) + +### Fix + +* Update beet.contrib.installation_advancement to work in 1.20.5+ ([#445](https://github.com/mcbeet/beet/issues/445)) ([`afa3f46`](https://github.com/mcbeet/beet/commit/afa3f46206c71726411a46c90b3c86d4ded57132)) + ## v0.108.2 (2024-07-24) ### Fix diff --git a/beet/__init__.py b/beet/__init__.py index 970f7743..b146cd61 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.108.2" +__version__ = "0.108.3" from .core.cache import * diff --git a/pyproject.toml b/pyproject.toml index 2cb70d43..50c8cb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.108.2" +version = "0.108.3" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"