diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 23031ca251..d10a818415 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v2.5.0: Responsiveness improvement, tiny enhancements and fixes ### Addition @@ -13,6 +13,7 @@ ### Bug fixes - **Stay in topic group even when the "General" topic is closed**: Now that topic groups are not fully supported, the bot can only send messages in the "General" topic. Previously, the bot would only send an error message to the bot manager if the "General" topic is closed. Now the bot will leave the topic group, without disturbing the bot manager, if the "General" topic is closed. This is a temporary limitation before topic groups are fully supported. +- **v2.4.1 not released to PyPI**: Due to a previous mistake, v2.4.1 could not be released to PyPI. v2.5.0 fixes the mistake and is released to PyPI. ## v2.4.1: Minor enhancements, bug fixes, and Happy New Year! diff --git a/docs/CHANGELOG.zh.md b/docs/CHANGELOG.zh.md index bba549565b..d89ddebe22 100644 --- a/docs/CHANGELOG.zh.md +++ b/docs/CHANGELOG.zh.md @@ -1,6 +1,6 @@ # 更新日志 -## 尚未发布 +## v2.5.0: 响应性优化、小的增强和修复 ### 新增功能 @@ -13,6 +13,7 @@ ### Bug 修复 - **即使 “General” 话题已关闭,也留在话题群组中**: 由于话题群组尚未被完全支持,bot 只能在 “General” 话题中发送消息。先前,如果 “General” 话题被关闭,bot 只会向 bot 管理员发送错误消息。现在,如果 “General” 话题被关闭,bot 将离开话题群组,而不再打扰 bot 管理员。这是在话题群组完全受支持之前的一个临时限制。 +- **v2.4.1 未被发布到 PyPI**: 由于一个先前的失误,v2.4.1 无法被发布到 PyPI。v2.5.0 修正了这一失误,并被发布到 PyPI。 ## v2.4.1: 次要的增强和 bug 修复,以及新年快乐! diff --git a/src/version.py b/src/version.py index 3d67cd6bb4..50062f87c0 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = "2.4.0" +__version__ = "2.5.0"