Skip to content

Commit e9e23a4

Browse files
committed
更新版本号
1 parent 20d7a3f commit e9e23a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
backend_name="flask",
1313
title="Lin-CMS-Flask",
1414
mode="strict",
15-
version="0.4.0",
15+
version="0.5.0",
1616
# OpenAPI对所有接口描述默认返回一个参数错误, http_status_code为400。
1717
validation_error_status=400,
1818
annotations=True,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "app"
3-
version = "0.4"
3+
version = "0.5"
44
description = "🎀A simple and practical CMS implememted by flask"
55
requires-python = ">=3.8,<=3.10"
66
author = ["sunlin92 <[email protected]>"]

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)