From 4296756ae75c5f5ee2eb059e49d793751fea9469 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 23:59:29 +0800 Subject: [PATCH] Advanced to version 0.3.0. --- 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 3da4230..15101c8 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.4' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 9a551ce..b8d8397 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = flask-digest-auth -version = 0.2.4 +version = 0.3.0 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Flask HTTP Digest Authentication project.