- commit
- cbecb0e57b9edaf7b9656dff40c1018b1442bca5
- parent
- a33f743db6aac0f5753c9e2fb3bc4e051bc52e36
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-05-21 14:44
bump version to 1.0.0
Diffstat
| M | CHANGES.md | 10 | ++++++++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,13 @@ -1 1 1.0.0 (2025-05-21) -1 2 ------------------ -1 3 -1 4 - drop support for python 3.9 -1 5 - drop support for fido2 1.x -1 6 - cbor-js is no longer required -1 7 - the new javascript dependency webauthn-json is included in the package -1 8 - the `<script>` element that loads fido2.js now needs to use `type="module"` -1 9 -1 10 1 11 0.15.2 (2025-05-21) 2 12 ------------------- 3 13
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "django-mfa3"7 -1 version = "0.15.2"-1 7 version = "1.0.0" 8 8 description = "multi factor authentication for django" 9 9 readme = "README.md" 10 10 license = {text = "MIT"}