Advanced to version 0.6.0.
This commit is contained in:
parent
e861cae2e0
commit
9e0a06bd4c
@ -2,6 +2,17 @@ Change Log
|
||||
==========
|
||||
|
||||
|
||||
Version 0.6.0
|
||||
-------------
|
||||
|
||||
Released 2023/4/26
|
||||
|
||||
* Updated the minimal Python version to 3.8.
|
||||
* Switched from ``setup.cfg`` to ``pyproject.toml``.
|
||||
* Added the change log.
|
||||
* Simplified ``README.rst``.
|
||||
|
||||
|
||||
Version 0.5.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.5.0"
|
||||
VERSION: str = "0.6.0"
|
||||
"""The package version."""
|
||||
|
Loading…
Reference in New Issue
Block a user