From ba4a36283f28b6477f4321023d571e5f9345c20b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 14 Aug 2024 16:37:20 +0000 Subject: [PATCH] 0.108.5 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 9948c74a..bec703eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.108.5 (2024-08-14) + +### Fix + +* Update beet.contrib.livereload to work in 1.19+ ([#447](https://github.com/mcbeet/beet/issues/447)) ([`d37faf3`](https://github.com/mcbeet/beet/commit/d37faf3b2fdf2540c9a65f1766247fe68bdcee63)) + ## v0.108.4 (2024-08-08) ### Fix diff --git a/beet/__init__.py b/beet/__init__.py index ef0eed27..64045b39 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.108.4" +__version__ = "0.108.5" from .core.cache import * diff --git a/pyproject.toml b/pyproject.toml index 78b3b793..f79de504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.108.4" +version = "0.108.5" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"