Bump version to v1.4.1

This commit is contained in:
Richard Chien 2020-02-14 17:07:22 +08:00
parent d363cea58f
commit 2e2bfd5e31
2 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@ sidebar: auto
# 更新日志
## master
## v1.4.1
- `on_command` 装饰器的 `aliases` 参数现支持字符串类型
- 在命令注册失败时,给出警告信息
- 修复 `helpers.render_expression` 的 bug
## v1.4.0

View File

@ -7,7 +7,7 @@ packages = find_packages(include=('nonebot', 'nonebot.*'))
setup(
name='nonebot',
version='1.4.0',
version='1.4.1',
url='https://github.com/richardchien/nonebot',
license='MIT License',
author='Richard Chien',