Skip to content

Commit e3781fe

Browse files
Merge branch 'release/4.1.2'
2 parents 454bb30 + 843aefb commit e3781fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
tags: [ '*.*.*' ] # Enable pipeline on tag pushes
77
pull_request:
88
branches: [ master, develop ]
99

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.1"
20+
__version__ = "4.1.2"

0 commit comments

Comments
 (0)