Skip to content

Commit

Permalink
bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Mar 26, 2024
1 parent 96960ad commit 48f1823
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.12.0 (2024-03-26)
-------------------

- Set ID field independent of `DEFAULT_AUTO_FIELD`
- Add support for async in `MFAEnforceMiddleware`
- Add support for django 5.0, drop support for django 4.1
- Add support for python 3.12, drop support for python 3.7
- Replace setup.py by pyproject.toml


0.11.0 (2023-04-14)
-------------------

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.11.0"
version = "0.12.0"
description = "multi factor authentication for django"
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit 48f1823

Please sign in to comment.