Compare commits

...

2 Commits

Author SHA1 Message Date
a88fdf81fa Advanced to version 0.2.3. 2022-12-06 22:18:49 +08:00
4993bfdd9b Added the documentation dependencies. 2022-12-06 22:18:22 +08:00
3 changed files with 3 additions and 2 deletions

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
flask

View File

@ -22,7 +22,7 @@ copyright = '2022, imacat'
author = 'imacat'
# The full version, including alpha/beta/rc tags
release = '0.2.2'
release = '0.2.3'
# -- General configuration ---------------------------------------------------

View File

@ -17,7 +17,7 @@
[metadata]
name = flask-digest-auth
version = 0.2.2
version = 0.2.3
author = imacat
author_email = imacat@mail.imacat.idv.tw
description = The Flask HTTP Digest Authentication project.