From 590ec1f071bb4e15b35ffb28d143205b89926086 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 30 Oct 2022 00:43:05 +0000 Subject: [PATCH] 0.1.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/starlite_saqlalchemy/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3d847f..d7d563e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.3 (2022-10-30) +### Fix +* **build:** Remove invalid classifier ([#27](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/27)) ([`76386a1`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/76386a135360b5b1f09413bd5920bae4c9591d70)) + ## v0.1.2 (2022-10-30) ### Fix * **build:** Don't use GH action ([#26](https://github.com/topsport-com-au/starlite-saqlalchemy/issues/26)) ([`305f8e7`](https://github.com/topsport-com-au/starlite-saqlalchemy/commit/305f8e7b9f1de3a5e75823f30ab3d99cef26fbe6)) diff --git a/pyproject.toml b/pyproject.toml index a6c3c790..227e76ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ profile = "black" [tool.poetry] name = "starlite-saqlalchemy" -version = "0.1.2" +version = "0.1.3" description = "Starlite config plugin with SAQ and SQLAlchemy boilerplate" license = "MIT" authors = ["Peter Schutt "] diff --git a/src/starlite_saqlalchemy/__init__.py b/src/starlite_saqlalchemy/__init__.py index d3679aeb..56302c8c 100644 --- a/src/starlite_saqlalchemy/__init__.py +++ b/src/starlite_saqlalchemy/__init__.py @@ -67,4 +67,4 @@ def example_handler() -> dict: "worker", ] -__version__ = "0.1.2" +__version__ = "0.1.3"