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'