From 27d5cd0713f61163a779b6cdc62b1eb6787d00fa Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 15 Oct 2023 15:10:26 +0000 Subject: [PATCH] 0.38.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeb9b5..510c55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.38.5 (2023-10-15) + +### Fix + +* Import from overlay fall back to main pack ([`ebe2434`](https://github.com/mcbeet/bolt/commit/ebe243453c108ac315b9c5cdd7fa0e14c9b3e2fa)) + ## v0.38.4 (2023-10-15) ### Fix diff --git a/bolt/__init__.py b/bolt/__init__.py index 0e4f98a..4341a05 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.38.4" +__version__ = "0.38.5" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index eea4a8d..c41a48e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.38.4" +version = "0.38.5" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"