Skip to content

Commit

Permalink
Merge branch 'release/4.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed Nov 11, 2024
2 parents 5ed6c11 + 64d84f9 commit a8ad997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python application and Docker image CI
on:
push:
branches: [ master, develop ]
tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
tags: [ '*.*.*' ] # 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.1"
__version__ = "4.1.2"

0 comments on commit a8ad997

Please sign in to comment.