Skip to content

Commit 5ed6c11

Browse files
author
Fedele Mantuano
committed
Merge branch 'release/4.1.1'
2 parents fb34c0e + 8040f00 commit 5ed6c11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Python application and Docker image CI
33
on:
44
push:
55
branches: [ master, develop ]
6+
tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
67
pull_request:
78
branches: [ master, develop ]
89

src/mailparser/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
limitations under the License.
1818
"""
1919

20-
__version__ = "4.1.0"
20+
__version__ = "4.1.1"

0 commit comments

Comments
 (0)