From defb14a8cd411e202c43c81c2ceecf4e85e581ec Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 6 Sep 2023 18:17:44 +0800 Subject: [PATCH] chore(release): v3.0.4 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0d59a6..0f56385d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [3.0.4] - 2023-09-06 + ### Changed - 用 PyPI 项目的文件上传时间替换测试时间 @@ -340,7 +342,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.3...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.4...HEAD +[3.0.4]: https://github.com/nonebot/noneflow/compare/v3.0.3...v3.0.4 [3.0.3]: https://github.com/nonebot/noneflow/compare/v3.0.2...v3.0.3 [3.0.2]: https://github.com/nonebot/noneflow/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/nonebot/noneflow/compare/v3.0.0...v3.0.1 diff --git a/pyproject.toml b/pyproject.toml index 0ca46440..d0f6c4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.3" +version = "3.0.4" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"