Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ pip install django-mfa # or: uv add django-mfa
python manage.py migrate
```

> **Heads-up while 4.0 is in pre-release.** The current PyPI release is 3.2, which
> predates WebAuthn/passkeys and the architecture described here. Until 4.0 is final,
> install it explicitly: `pip install --pre django-mfa`. Upgrading an existing
> project? Read the [upgrade notes](http://django-mfa.readthedocs.io/en/latest/upgrading.html)
> **Upgrading from 2.x or 3.x?** Read the [upgrade notes](https://django-mfa.readthedocs.io/en/latest/upgrading.html)
> first — several changes are breaking, and one migration is deliberately irreversible.
Comment on lines +55 to 56

## Quick start
Expand Down
8 changes: 0 additions & 8 deletions docs/installation_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ breaking, and one migration is irreversible.

pip install django-mfa # or: uv add django-mfa

:::{warning}
**While 4.0 is in pre-release**, the current PyPI release is 3.2, which predates
WebAuthn and passkeys and does not match this documentation. Install it explicitly
until 4.0 is final:

pip install --pre django-mfa
:::

## Wiring it up

### 1. Add the app and the middleware
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 = "hatchling.build"

[project]
name = "django-mfa"
version = "4.0.0a1"
version = "4.0.0"
description = "Second-factor authentication for Django: authenticator apps (TOTP), security keys and passkeys (WebAuthn), and recovery codes."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading