chore: release v0.4.3

main v0.4.3
917232558@qq.com 6 days ago
parent 9359a96266
commit 559aa75048

@ -55,7 +55,7 @@ iticli install
```toml ```toml
dependencies = [ 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 ```bash
iticli release iticli release
iticli release v0.4.1 iticli release v0.4.3
``` ```
Windows: Windows:
```bat ```bat
iticli release iticli release
iticli release v0.4.1 iticli release v0.4.3
``` ```
## 文档 ## 文档

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "{{ project_slug | replace('_', '-') }}" name = "{{ project_slug | replace('_', '-') }}"
version = "0.4.1" version = "0.4.3"
description = "{{ project_name }}" description = "{{ project_name }}"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

@ -26,7 +26,7 @@ framework_git:
framework_tag: framework_tag:
type: str type: str
help: iTi-Flask Git tag help: iTi-Flask Git tag
default: v0.4.1 default: v0.4.3
include_system: include_system:
type: bool type: bool
@ -49,4 +49,4 @@ system_git:
system_tag: system_tag:
type: str type: str
help: iTi-System Git tag help: iTi-System Git tag
default: v0.4.1 default: v0.4.3

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = "0.4.1" __version__ = "0.4.3"

Loading…
Cancel
Save