From d78093ab535c6a903a5731b85753fe34262ca86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 6 Dec 2022 22:48:20 +0800 Subject: [PATCH] Advanced to version 0.2.4. --- docs/source/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c472962..3da4230 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ copyright = '2022, imacat' author = 'imacat' # The full version, including alpha/beta/rc tags -release = '0.2.3' +release = '0.2.4' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e43fbef..9a551ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = flask-digest-auth -version = 0.2.3 +version = 0.2.4 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Flask HTTP Digest Authentication project.