From 7531e9e4e6560f14bd0940bf82c735920eee52a8 Mon Sep 17 00:00:00 2001 From: BumpVersion Action Date: Mon, 9 Dec 2024 13:37:22 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.58=20=E2=86=92=201.5.59?= =?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 f3ad933..aed794b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.5.58 +current_version = 1.5.59 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 fa71c0a..5118d18 100644 --- a/src/main.py +++ b/src/main.py @@ -45,7 +45,7 @@ folder = os.path.dirname(os.path.abspath(__file__)) title = "Quartz Solar API" -version = "1.5.58" +version = "1.5.59" sentry_sdk.init( dsn=os.getenv("SENTRY_DSN"),