Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 17, 2022
1 parent 3fb6104 commit 6b43323
Show file tree
Hide file tree
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
Expand Up @@ -2,6 +2,10 @@

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

## v0.2.5 (2022-09-17)
### Fix
* Reformat so that black doesn't line wrap with longer names ([`3fb6104`](https://github.com/mcbeet/bolt-library-starter/commit/3fb61047e92fd7f3bbd27d780c533af2209ff590))

## v0.2.4 (2022-09-17)
### Fix
* Strict type checking ([`36c14df`](https://github.com/mcbeet/bolt-library-starter/commit/36c14df5be8ccaf0fea8104431f3a9a994a46e86))
Expand Down
2 changes: 1 addition & 1 deletion fixme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.4"
__version__ = "0.2.5"


from beet import Context
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 = "fixme"
version = "0.2.4"
version = "0.2.5"
description = "fixme_repo_description"
authors = ["fixme_user_name <fixme_user_email>"]
license = "MIT"
Expand Down

0 comments on commit 6b43323

Please sign in to comment.