From 78a639ea94133506f7dcab0d51ee1483372faca7 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Wed, 4 Oct 2023 10:15:34 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.29=20=E2=86=92=201.5.30?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b38cbcf..294791e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.5.29 +current_version = 1.5.30 message = Bump version: {current_version} → {new_version} [skip ci] [bumpversion:file:src/main.py] diff --git a/src/main.py b/src/main.py index 8ae275a..30680ac 100644 --- a/src/main.py +++ b/src/main.py @@ -42,7 +42,7 @@ folder = os.path.dirname(os.path.abspath(__file__)) title = "Quartz Solar API" -version = "1.5.29" +version = "1.5.30" sentry_sdk.init( dsn=os.getenv("SENTRY_DSN"),