Skip to content

Commit

Permalink
Merge branch 'release/4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedele Mantuano committed Nov 11, 2024
2 parents fb34c0e + 8040f00 commit 5ed6c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Python application and Docker image CI
on:
push:
branches: [ master, develop ]
tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
pull_request:
branches: [ master, develop ]

Expand Down
2 changes: 1 addition & 1 deletion src/mailparser/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
limitations under the License.
"""

__version__ = "4.1.0"
__version__ = "4.1.1"

0 comments on commit 5ed6c11

Please sign in to comment.