From d5ea87b9e059c7ba51e3246140efe799919fc699 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Mar 2024 00:22:23 +0000 Subject: [PATCH] 0.47.1 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 b9724c6..c8cdca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.47.1 (2024-03-29) + +### Fix + +* Interpolation for item_slots ([`2a8f9e0`](https://github.com/mcbeet/bolt/commit/2a8f9e0de038829fafdad234d44713db39fa0286)) + ## v0.47.0 (2024-02-23) ### Feature diff --git a/bolt/__init__.py b/bolt/__init__.py index cd8477d..274658c 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.47.0" +__version__ = "0.47.1" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 4b5d955..fa40d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.47.0" +version = "0.47.1" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"