Skip to content

Commit ecabef2

Browse files
committed
bump version to 0.14.0
1 parent f00fb60 commit ecabef2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.14.0 (2024-12-06)
2+
-------------------
3+
4+
- Use `autocomplete="one-time-code"` on form inputs
5+
- Set `Auto-Submitted` header in emails
6+
- Align handling of localhost as a secure context with upstream. Notably,
7+
this means that `DEBUG` no longer has any effect and that `127.0.0.1` is no
8+
longer treated as a secure context.
9+
10+
111
0.13.0 (2024-06-18)
212
-------------------
313

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.13.0"
7+
version = "0.14.0"
88
description = "multi factor authentication for django"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)