Skip to content

Commit

Permalink
Merge branch 'release/4.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed Nov 11, 2024
2 parents 1877c62 + e83cc38 commit f214f17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.0
rev: v0.7.3
hooks:
# Run the linter.
- id: ruff
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

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.0.0"
__version__ = "4.1.0"

0 comments on commit f214f17

Please sign in to comment.