From b562367a1a468cf84ab2c0f5aa3b82b090bf38ff Mon Sep 17 00:00:00 2001 From: uy_sun Date: Mon, 7 Aug 2023 23:25:06 +0800 Subject: [PATCH] chore(release): v2.7.3 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8058062..3b831fc1 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] +## [2.7.3] - 2023-08-07 + ### Added - 使用新版 none 驱动器提供的 exit 函数 @@ -297,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.2...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.3...HEAD +[2.7.3]: https://github.com/nonebot/noneflow/compare/v2.7.2...v2.7.3 [2.7.2]: https://github.com/nonebot/noneflow/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/nonebot/noneflow/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/nonebot/noneflow/compare/v2.6.1...v2.7.0 diff --git a/pyproject.toml b/pyproject.toml index 87cccaa8..506b0692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.7.2" +version = "2.7.3" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"