From d077a6496c9bfcac880f2bc26700805b5f722c9d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Jul 2024 22:53:23 +0000 Subject: [PATCH] 0.108.2 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 d65e6608..ab1fe848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.108.2 (2024-07-24) + +### Fix + +* Bad manifest version pattern ([`8e7c813`](https://github.com/mcbeet/beet/commit/8e7c8135c73c3247802d6e395105202540c2276c)) + ## v0.108.1 (2024-07-22) ### Fix diff --git a/beet/__init__.py b/beet/__init__.py index 6a14e488..970f7743 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.108.1" +__version__ = "0.108.2" from .core.cache import * diff --git a/pyproject.toml b/pyproject.toml index d99b5379..2cb70d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.108.1" +version = "0.108.2" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"