From d8afadda0272d8191259effd214cc2fe6b955a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 22 Mar 2023 01:52:24 +0800 Subject: [PATCH] Advanced to version 0.8.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 c253605..48bc738 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ sys.path.insert(0, os.path.abspath('../../src/')) project = 'Mia! Accounting Flask' copyright = '2023, imacat' author = 'imacat' -release = '0.7.0' +release = '0.8.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index be45e25..576187c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = mia-accounting-flask -version = 0.7.0 +version = 0.8.0 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Mia! Accounting Flask project.