chore: release v0.4.0

main v0.4.0
NoahLan 3 days ago
parent 7cc0501c27
commit 3f89e7aea6

@ -55,7 +55,7 @@ iticli install
```toml ```toml
dependencies = [ dependencies = [
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.3.0", "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.4.0",
] ]
``` ```
@ -118,14 +118,14 @@ iticli help
```bash ```bash
iticli release iticli release
iticli release v0.3.0 iticli release v0.4.0
``` ```
Windows: Windows:
```bat ```bat
iticli release iticli release
iticli release v0.3.0 iticli release v0.4.0
``` ```
## 文档 ## 文档

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "{{ project_slug | replace('_', '-') }}" name = "{{ project_slug | replace('_', '-') }}"
version = "0.3.0" version = "0.4.0"
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.3.0 default: v0.4.0
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.3.0 default: v0.4.0

@ -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.3.0" __version__ = "0.4.0"

Loading…
Cancel
Save