We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be4d30 commit 9890183Copy full SHA for 9890183
CHANGES.md
@@ -1,3 +1,9 @@
1
+0.13.0 (2024-06-18)
2
+-------------------
3
+
4
+- Add suport for `LoginRequiredMiddleware` from django 5.1
5
6
7
0.12.1 (2024-03-26)
8
-------------------
9
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-mfa3"
-version = "0.12.1"
+version = "0.13.0"
description = "multi factor authentication for django"
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments