Advance to version 0.7.1.
This commit is contained in:
parent
76ae576717
commit
da466b74f4
@ -2,6 +2,14 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.7.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2024/12/9
|
||||||
|
|
||||||
|
Fix test cases for compatibility with httpx 0.28.0.
|
||||||
|
|
||||||
|
|
||||||
Version 0.7.0
|
Version 0.7.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
from flask_digest_auth.algo import make_password_hash, calc_response
|
from flask_digest_auth.algo import make_password_hash, calc_response
|
||||||
from flask_digest_auth.auth import DigestAuth
|
from flask_digest_auth.auth import DigestAuth
|
||||||
|
|
||||||
VERSION: str = "0.7.0"
|
VERSION: str = "0.7.1"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
|
Loading…
Reference in New Issue
Block a user