Skip to content

Commit

Permalink
bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Dec 6, 2024
1 parent f00fb60 commit ecabef2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.14.0 (2024-12-06)
-------------------

- Use `autocomplete="one-time-code"` on form inputs
- Set `Auto-Submitted` header in emails
- Align handling of localhost as a secure context with upstream. Notably,
this means that `DEBUG` no longer has any effect and that `127.0.0.1` is no
longer treated as a secure context.


0.13.0 (2024-06-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-mfa3"
version = "0.13.0"
version = "0.14.0"
description = "multi factor authentication for django"
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit ecabef2

Please sign in to comment.