Advanced to version 0.6.2.
This commit is contained in:
parent
b62b98bd51
commit
a5188c9aa1
@ -2,6 +2,18 @@ Change Log
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
||||||
|
Version 0.6.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2023/6/10
|
||||||
|
|
||||||
|
* Changed logging from STDERR to the Flask logger.
|
||||||
|
* Test case updates:
|
||||||
|
* Added missing documentation.
|
||||||
|
* Changed properties from public to private.
|
||||||
|
* Disabled logging.
|
||||||
|
|
||||||
|
|
||||||
Version 0.6.1
|
Version 0.6.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -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.1"
|
VERSION: str = "0.6.2"
|
||||||
"""The package version."""
|
"""The package version."""
|
||||||
|
Loading…
Reference in New Issue
Block a user