Advance to version 0.7.1.

This commit is contained in:
依瑪貓 2024-12-09 08:34:56 +08:00
parent 76ae576717
commit 5316ef4fe5
2 changed files with 9 additions and 1 deletions

View File

@ -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
-------------

View File

@ -21,5 +21,5 @@
from flask_digest_auth.algo import make_password_hash, calc_response
from flask_digest_auth.auth import DigestAuth
VERSION: str = "0.7.0"
VERSION: str = "0.7.1"
"""The package version."""