We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb34c0e + 8040f00 commit 5ed6c11Copy full SHA for 5ed6c11
.github/workflows/main.yml
@@ -3,6 +3,7 @@ name: Python application and Docker image CI
3
on:
4
push:
5
branches: [ master, develop ]
6
+ tags: [ 'v*.*.*' ] # Enable pipeline on tag pushes
7
pull_request:
8
9
src/mailparser/version.py
@@ -17,4 +17,4 @@
17
limitations under the License.
18
"""
19
20
-__version__ = "4.1.0"
+__version__ = "4.1.1"
0 commit comments