From cff8f72a6b623e58519e9d0346500a60b5395eb5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Jul 2022 18:53:15 +0000 Subject: [PATCH] 0.17.3 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 7010dcb..62e650f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.17.3 (2022-07-25) +### Fix +* Enable interpolation for uuid ([`39cc462`](https://github.com/mcbeet/bolt/commit/39cc4624f555874808c629000c260c2feefbb5b4)) + ## v0.17.2 (2022-07-25) ### Fix * Enable interpolation for game_profile argument ([`e844f49`](https://github.com/mcbeet/bolt/commit/e844f49906fa693edf9fe509427211b2b01ad39d)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 5ed3d10..14531f8 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.2" +__version__ = "0.17.3" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index f7120ba..68ffd0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.17.2" +version = "0.17.3" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"