From c609815ad90ff8d91f7b271ad6ae234a01c5bd6d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 May 2021 23:27:01 +0000 Subject: [PATCH] 0.22.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ beet/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58cfad5..cfb29ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.22.5 (2021-05-07) +### Fix +* Don't reload modules from site-packages ([`de2ecab`](https://github.com/mcbeet/beet/commit/de2ecab29b22dd0cd72edb368d709868a6fe5e9e)) + ## v0.22.4 (2021-05-07) ### Fix * Make hangman plugin configurable ([`cc56cd8`](https://github.com/mcbeet/beet/commit/cc56cd8116d650376aa4f052255691ae869e375a)) diff --git a/beet/__init__.py b/beet/__init__.py index 4226ffbd..87eb9e00 100644 --- a/beet/__init__.py +++ b/beet/__init__.py @@ -15,4 +15,4 @@ from .toolchain.tree import * from .toolchain.worker import * -__version__ = "0.22.4" +__version__ = "0.22.5" diff --git a/pyproject.toml b/pyproject.toml index 2e55a0e2..91b1a4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beet" -version = "0.22.4" +version = "0.22.5" description = "The Minecraft pack development kit" authors = ["Valentin Berlier "] license = "MIT"