From 559aa75048743eefb80092d895c6187cd494a649 Mon Sep 17 00:00:00 2001 From: "917232558@qq.com" Date: Mon, 29 Jun 2026 20:21:53 +0800 Subject: [PATCH] chore: release v0.4.3 --- README.md | 6 +++--- copier-template/pyproject.toml.jinja | 2 +- copier.yml | 4 ++-- iti/__about__.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d33af0b..6874efc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ iticli install ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.4.1", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.4.3", ] ``` @@ -127,14 +127,14 @@ iticli help ```bash iticli release -iticli release v0.4.1 +iticli release v0.4.3 ``` Windows: ```bat iticli release -iticli release v0.4.1 +iticli release v0.4.3 ``` ## 文档 diff --git a/copier-template/pyproject.toml.jinja b/copier-template/pyproject.toml.jinja index df8043f..47b6f48 100644 --- a/copier-template/pyproject.toml.jinja +++ b/copier-template/pyproject.toml.jinja @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "{{ project_slug | replace('_', '-') }}" -version = "0.4.1" +version = "0.4.3" description = "{{ project_name }}" readme = "README.md" requires-python = ">=3.11" diff --git a/copier.yml b/copier.yml index 3443bfe..74c3896 100644 --- a/copier.yml +++ b/copier.yml @@ -26,7 +26,7 @@ framework_git: framework_tag: type: str help: iTi-Flask Git tag - default: v0.4.1 + default: v0.4.3 include_system: type: bool @@ -49,4 +49,4 @@ system_git: system_tag: type: str help: iTi-System Git tag - default: v0.4.1 + default: v0.4.3 diff --git a/iti/__about__.py b/iti/__about__.py index bbb740c..ebb1ee1 100644 --- a/iti/__about__.py +++ b/iti/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # # SPDX-License-Identifier: MIT -__version__ = "0.4.1" +__version__ = "0.4.3"