Advanced to version 0.6.1.

This commit is contained in:
依瑪貓 2023-05-03 06:59:27 +08:00
parent 15ea650ddd
commit f04ea7ac18
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -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.auth import DigestAuth
from flask_digest_auth.test import Client from flask_digest_auth.test import Client
VERSION: str = "0.6.0" VERSION: str = "0.6.1"
"""The package version.""" """The package version."""