Advanced to version 0.6.1.
This commit is contained in:
parent
15ea650ddd
commit
f04ea7ac18
@ -2,6 +2,14 @@ Change Log
|
||||
==========
|
||||
|
||||
|
||||
Version 0.6.1
|
||||
-------------
|
||||
|
||||
Released 2023/5/3
|
||||
|
||||
* Revised the code for the upcoming Werkzeug 2.4.
|
||||
|
||||
|
||||
Version 0.6.0
|
||||
-------------
|
||||
|
||||
|
@ -22,5 +22,5 @@ from flask_digest_auth.algo import make_password_hash, calc_response
|
||||
from flask_digest_auth.auth import DigestAuth
|
||||
from flask_digest_auth.test import Client
|
||||
|
||||
VERSION: str = "0.6.0"
|
||||
VERSION: str = "0.6.1"
|
||||
"""The package version."""
|
||||
|
Loading…
Reference in New Issue
Block a user