From 1e671caeae9611d2d5b936cdc68ae041053c9556 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 17 Jul 2022 03:38:04 +0000 Subject: [PATCH] 0.15.0 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 c41031c..d4e8c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.15.0 (2022-07-17) +### Feature +* Add raw strings ([`e24d772`](https://github.com/mcbeet/bolt/commit/e24d7721ddd8e708735f7e3b16c50b81cbfb4a89)) + ## v0.14.0 (2022-07-17) ### Feature * Ergonomic improvements for dicts without quotes ([`18c747e`](https://github.com/mcbeet/bolt/commit/18c747e74aa2500fbb47414d0bc4ea24a3af04a1)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 21d1f9d..ce27442 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.14.0" +__version__ = "0.15.0" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index bcb6c25..acf4847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.14.0" +version = "0.15.0" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"