Skip to content

Commit

Permalink
Bump version 2.0.0 → 3.0.0
Browse files Browse the repository at this point in the history
Breaking changes
----------------

* Drop Python 3.7 support
  • Loading branch information
frankie567 committed Jun 27, 2023
1 parent 46460d3 commit 48c62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette_csrf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Starlette middleware implementing Double Submit Cookie technique to mitigate CSRF."""

__version__ = "2.0.0"
__version__ = "3.0.0"

from starlette_csrf.middleware import CSRFMiddleware # noqa: F401

0 comments on commit 48c62c4

Please sign in to comment.