From 1e56403b357e0d758c5bb461e0f85efa0be5eeac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Apr 2023 21:04:18 +0800 Subject: [PATCH] Advanced to version 1.2.1. --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 57c6f86..d7ffc62 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' copyright = '2023, imacat' author = 'imacat' -release = '1.2.0' +release = '1.2.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7fdc0ea..7f3cd6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [project] name = "mia-accounting" -version = "1.2.0" +version = "1.2.1" description = "A Flask accounting module." readme = "README.rst" requires-python = ">=3.11"