mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
Bump version to 0.5.3
This commit is contained in:
parent
56d17b6da2
commit
b8cb8e440b
@ -4,7 +4,7 @@ sidebar: auto
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
## next
|
## v0.5.3
|
||||||
|
|
||||||
- 修复使用多级命令时,命令查找会出现异常的情况
|
- 修复使用多级命令时,命令查找会出现异常的情况
|
||||||
- 调整 `none.load_plugins()` 等方法,返回加载成功的插件数量,并新增 `none.load_plugin()` 方法用于加载单个插件模块
|
- 调整 `none.load_plugins()` 等方法,返回加载成功的插件数量,并新增 `none.load_plugin()` 方法用于加载单个插件模块
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='none-bot',
|
name='none-bot',
|
||||||
version='0.5.2',
|
version='0.5.3',
|
||||||
packages=find_packages(include=('none', 'none.*')),
|
packages=find_packages(include=('none', 'none.*')),
|
||||||
url='https://github.com/richardchien/none-bot',
|
url='https://github.com/richardchien/none-bot',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
|
Loading…
Reference in New Issue
Block a user