diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa62c6..eb99c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/fixme/__init__.py b/fixme/__init__.py index 00bfe30..f1b5af0 100644 --- a/fixme/__init__.py +++ b/fixme/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index b963c87..0f88293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixme" -version = "0.2.4" +version = "0.2.5" description = "fixme_repo_description" authors = ["fixme_user_name "] license = "MIT"