mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-07 19:36:56 +08:00
Bump version to v1.4.1
This commit is contained in:
parent
d363cea58f
commit
2e2bfd5e31
@ -4,8 +4,10 @@ sidebar: auto
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
## master
|
## v1.4.1
|
||||||
|
|
||||||
|
- `on_command` 装饰器的 `aliases` 参数现支持字符串类型
|
||||||
|
- 在命令注册失败时,给出警告信息
|
||||||
- 修复 `helpers.render_expression` 的 bug
|
- 修复 `helpers.render_expression` 的 bug
|
||||||
|
|
||||||
## v1.4.0
|
## v1.4.0
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ packages = find_packages(include=('nonebot', 'nonebot.*'))
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nonebot',
|
name='nonebot',
|
||||||
version='1.4.0',
|
version='1.4.1',
|
||||||
url='https://github.com/richardchien/nonebot',
|
url='https://github.com/richardchien/nonebot',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
author='Richard Chien',
|
author='Richard Chien',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user