From 2ec072854bbdd3718fc20776dd1f41fbe1a4ba82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 4 Apr 2023 19:19:53 +0800 Subject: [PATCH] Advanced to version 0.2.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 1993b59..7cada45 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ django.setup() project = 'Mia! Accounting Django' copyright = '2022-2023, imacat' author = 'imacat' -release = '0.1.0' +release = '0.2.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index 7db530a..e5861b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ [metadata] name = mia-accounting -version = 0.1.0 +version = 0.2.0 author = imacat author_email = imacat@mail.imacat.idv.tw description = The Mia! Accounting Django project.