Skip to content

Commit

Permalink
bumped release version to 4.1.1 (#1104)
Browse files Browse the repository at this point in the history
* bumped release version to 4.1.1
* ci build: also trigger for PRs on stable branch
  • Loading branch information
jstucke authored Aug 14, 2023
1 parent f0598b3 commit df8d726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''

__VERSION__ = '4.1'
__VERSION__ = '4.1.1'

0 comments on commit df8d726

Please sign in to comment.