Skip to content

Commit 9890183

Browse files
committed
bump version to 0.13.0
1 parent 7be4d30 commit 9890183

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13.0 (2024-06-18)
2+
-------------------
3+
4+
- Add suport for `LoginRequiredMiddleware` from django 5.1
5+
6+
17
0.12.1 (2024-03-26)
28
-------------------
39

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-mfa3"
7-
version = "0.12.1"
7+
version = "0.13.0"
88
description = "multi factor authentication for django"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)