From e28158093e27eec28c9b5d9272a4a384383cd402 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Apr 2022 20:52:56 +0000 Subject: [PATCH] 0.3.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d54ac..ade6930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.1 (2022-04-29) +### Fix +* Make message interpolation final ([`b46b165`](https://github.com/mcbeet/bolt/commit/b46b1652ee78a3224911a7a57173c9f3f236244e)) + ## v0.3.0 (2022-04-29) ### Feature * Allow nbt compound interpolation ([`b6f964f`](https://github.com/mcbeet/bolt/commit/b6f964fc16805bedc1d3be94a7d042acf4112551)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 93891a5..6720e81 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index c1e6a1f..91c2695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.3.0" +version = "0.3.1" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"