From 563b0a89c8406c253cf3c2c168e85d65086d107d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 17 Sep 2022 04:54:50 +0000 Subject: [PATCH] 0.2.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ fixme/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85111b..a159e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.3 (2022-09-17) +### Fix +* Trigger main workflow after init ([`b36a46a`](https://github.com/mcbeet/bolt-library-starter/commit/b36a46a2f82e6f45ce482ceba9f531d002a787c0)) + ## v0.2.2 (2022-09-17) ### Fix * Try to cancel the main workflow repeatedly ([`9629ab1`](https://github.com/mcbeet/bolt-library-starter/commit/9629ab1859b016c76fc7b510bab0be8e93b3a54f)) diff --git a/fixme/__init__.py b/fixme/__init__.py index fb9a804..d94e6f6 100644 --- a/fixme/__init__.py +++ b/fixme/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.2" +__version__ = "0.2.3" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index c16ca0e..0e232c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixme" -version = "0.2.2" +version = "0.2.3" description = "fixme_repo_description" authors = ["fixme_user_name "] license = "MIT"