diff --git a/CHANGELOG.md b/CHANGELOG.md index ee36a84..8e745ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.13.3 (2022-11-17) +### Fix +* Task bugs ([`4f69f87`](https://github.com/mrjk/python-project-poetry-template/commit/4f69f870f404b0f36aad38bdf97a110f6c9e5992)) +* Mike bugs ([`3860633`](https://github.com/mrjk/python-project-poetry-template/commit/3860633eb7fa60d340c76738a365e7b84563d759)) +* Workflow bug ([`dd12de1`](https://github.com/mrjk/python-project-poetry-template/commit/dd12de1a1efae21e144abb4385f32602925964c3)) + ## v0.13.2 (2022-11-17) ### Fix * Update ci scripts ([`91f4570`](https://github.com/mrjk/python-project-poetry-template/commit/91f457089da0ce2bcd420c293b5a3398253fdd39)) diff --git a/VERSION_NOTES.md b/VERSION_NOTES.md index e36f646..b9a036e 100644 --- a/VERSION_NOTES.md +++ b/VERSION_NOTES.md @@ -1,2 +1,4 @@ ### Fix -* Update ci scripts ([`91f4570`](https://github.com/mrjk/python-project-poetry-template/commit/91f457089da0ce2bcd420c293b5a3398253fdd39)) +* Task bugs ([`4f69f87`](https://github.com/mrjk/python-project-poetry-template/commit/4f69f870f404b0f36aad38bdf97a110f6c9e5992)) +* Mike bugs ([`3860633`](https://github.com/mrjk/python-project-poetry-template/commit/3860633eb7fa60d340c76738a365e7b84563d759)) +* Workflow bug ([`dd12de1`](https://github.com/mrjk/python-project-poetry-template/commit/dd12de1a1efae21e144abb4385f32602925964c3)) diff --git a/myprj/__version__.py b/myprj/__version__.py index ba72dc5..b2bba1b 100644 --- a/myprj/__version__.py +++ b/myprj/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.13.2" +__version__ = "0.13.3" diff --git a/pyproject.toml b/pyproject.toml index ef3593a..4f885c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-project-poetry-template" -version = "0.13.2" +version = "0.13.3" description = "Python Project Poetry Template" authors = ["mrjk"] license = "GPLv3"