From 405d7ff3b928de79906e31fedc54f309b71c7b9a Mon Sep 17 00:00:00 2001 From: MangoFanFanw Date: Sun, 26 Apr 2026 20:28:42 +0800 Subject: [PATCH] =?UTF-8?q?v0.1.5=20=E6=97=A9=E6=9C=9F=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 顺便检修一下本地开发环境中的问题。此 commit 无有效信息。 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463e138..9d22487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 6 种更新类别:Added、Changed、Deprecated、Removed、Fixed、Security。 +## [Unreleased] + +等待中... + ## [0.1.4] - 2026-04-26 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 1f0f3f3..253bd04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "njupt-suan-api" -version = "0.1.4" +version = "0.1.5" description = "API and MCP server for NJUPT infomation ~" readme = "README.md" requires-python = ">=3.13"