We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4256f commit e405620Copy full SHA for e405620
CHANGES.md
@@ -1,3 +1,10 @@
1
+0.15.0 (2025-01-20)
2
+-------------------
3
+
4
+- Allow to search by username in admin UI
5
+- Change label of the name field to "Name for this key" to avoid confusion
6
7
8
0.14.0 (2024-12-06)
9
-------------------
10
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-mfa3"
-version = "0.14.0"
+version = "0.15.0"
description = "multi factor authentication for django"
readme = "README.md"
license = {text = "MIT"}
0 commit comments