From df8d7262ecd833dbb4c052d17f8b8fb06eac27f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Mon, 14 Aug 2023 13:17:58 +0200 Subject: [PATCH] bumped release version to 4.1.1 (#1104) * bumped release version to 4.1.1 * ci build: also trigger for PRs on stable branch --- .github/workflows/build_ci.yml | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index 992f178aa..b761944e1 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -2,7 +2,7 @@ name: Build CI run-name: Build CI on: pull_request: - branches: [ master ] + branches: [ master, stable ] schedule: - cron: "0 3 * * *" workflow_dispatch: diff --git a/src/version.py b/src/version.py index c537fb15f..aba9be529 100644 --- a/src/version.py +++ b/src/version.py @@ -16,4 +16,4 @@ along with this program. If not, see . ''' -__VERSION__ = '4.1' +__VERSION__ = '4.1.1'