From 96ce958f7c335cf43fb2d828b98efa1f7ea3f52d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 May 2023 18:34:12 +0000 Subject: [PATCH] 1.1.40 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd086b1..d4cd82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.1.40 (2023-05-31) +### Fix + +* **deps:** Update dependency sentry-sdk to v1.24.0 ([`c3bfc05`](https://github.com/ngshiheng/burplist-frontend/commit/c3bfc0536b4edae1566f14e7b79b809b0130891e)) + ## v1.1.39 (2023-04-29) ### Fix * Disable pywebio update ([`df50053`](https://github.com/ngshiheng/burplist-frontend/commit/df50053b7b2001d161c263ccbb76a32503b98b36)) diff --git a/pyproject.toml b/pyproject.toml index 4056713..26c0e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = ["Jerry Ng "] description = "A frontend repository for the Burplist project." name = "src" -version = "1.1.39" +version = "1.1.40" [tool.poetry.dependencies] SQLAlchemy = "==1.4.47" diff --git a/src/__init__.py b/src/__init__.py index 43d16b4..d99c3f4 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__ = "1.1.39" +__version__ = "1.1.40"