Skip to content

Commit

Permalink
0.17.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
actions-user committed Aug 16, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c494033 commit 596133a
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.17.7 (2022-08-16)
### Fix
* Update beet ([`c494033`](https://github.com/mcbeet/bolt/commit/c494033639d389fb6a3165ddefa04d8dc3c4a08e))

## v0.17.6 (2022-08-12)
### Fix
* Import parser properly delegates to resource location parser ([#37](https://github.com/mcbeet/bolt/issues/37)) ([`a971b07`](https://github.com/mcbeet/bolt/commit/a971b07e15d7382216f90c51233e3e7762a05b47))
2 changes: 1 addition & 1 deletion bolt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.17.6"
__version__ = "0.17.7"


from .ast import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bolt"
version = "0.17.6"
version = "0.17.7"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"

0 comments on commit 596133a

Please sign in to comment.