Skip to content

Commit c780612

Browse files
committed
Release 5.1.2.
1 parent dbf7c74 commit c780612

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ The API stability/deprecation policy for ``pwned-passwords-django`` is as follow
6464
Releases under DjangoVer
6565
------------------------
6666

67+
Version 5.1.2
68+
~~~~~~~~~~~~~
69+
70+
Released March 2025
71+
72+
* Fixed a bug where the fallback to Django's common-password validator `would
73+
pass the wrong value to the fallback validator
74+
<https://github.com/ubernostrum/pwned-passwords-django/pull/43>`_.
75+
6776
Version 5.1.1
6877
~~~~~~~~~~~~~
6978

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = ["django", "security", "passwords", "auth", "authentication"]
3535
license = {text = "BSD-3-Clause"}
3636
readme = "README.rst"
3737
requires-python = ">=3.9"
38-
version = "5.1.2a0"
38+
version = "5.1.2"
3939

4040
[dependency-groups]
4141
tests = ["nox"]

0 commit comments

Comments
 (0)