Skip to content

Commit b562367

Browse files
committed
chore(release): v2.7.3
1 parent 2523ad4 commit b562367

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [2.7.3] - 2023-08-07
11+
1012
### Added
1113

1214
- 使用新版 none 驱动器提供的 exit 函数
@@ -297,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
297299

298300
- 最初的版本
299301

300-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.2...HEAD
302+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.3...HEAD
303+
[2.7.3]: https://github.com/nonebot/noneflow/compare/v2.7.2...v2.7.3
301304
[2.7.2]: https://github.com/nonebot/noneflow/compare/v2.7.1...v2.7.2
302305
[2.7.1]: https://github.com/nonebot/noneflow/compare/v2.7.0...v2.7.1
303306
[2.7.0]: https://github.com/nonebot/noneflow/compare/v2.6.1...v2.7.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "noneflow"
3-
version = "2.7.2"
3+
version = "2.7.3"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)