From 8c6e66d32aa327ba0449e9787e563d5d4a29cb9e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Apr 2024 00:07:00 +0000 Subject: [PATCH] 0.48.0 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 20467b9..7cde6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.48.0 (2024-04-29) + +### Feature + +* Version 1.20.5 ([`959af66`](https://github.com/mcbeet/bolt/commit/959af66694d73442ce84a420d314b81720526716)) + ## v0.47.2 (2024-03-29) ### Fix diff --git a/bolt/__init__.py b/bolt/__init__.py index 04f3e03..44859d8 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.47.2" +__version__ = "0.48.0" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 959b06b..8ad5cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.47.2" +version = "0.48.0" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"