We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed6c11 + 64d84f9 commit a8ad997Copy full SHA for a8ad997
.github/workflows/main.yml
@@ -3,7 +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
+ tags: [ '*.*.*' ] # 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.1"
+__version__ = "4.1.2"
0 commit comments