Skip to content

Commit

Permalink
0.38.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Oct 15, 2023
1 parent ebe2434 commit 27d5cd0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.38.5 (2023-10-15)

### Fix

* Import from overlay fall back to main pack ([`ebe2434`](https://github.com/mcbeet/bolt/commit/ebe243453c108ac315b9c5cdd7fa0e14c9b3e2fa))

## v0.38.4 (2023-10-15)

### Fix
Expand Down
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.38.4"
__version__ = "0.38.5"


from .ast import *
Expand Down
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.38.4"
version = "0.38.5"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 27d5cd0

Please sign in to comment.