bump version to v1.4.2

This commit is contained in:
Richard Chien 2020-02-24 16:58:54 +08:00
parent 0b7980a4a4
commit c02b9a4ccf
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@ sidebar: auto
# 更新日志
## v1.4.2
- 修复 `CommandSession` 的部分方法在多线程条件下出错
- 优化日志输出多行消息的方法
## v1.4.1
- `on_command` 装饰器的 `aliases` 参数现支持字符串类型

View File

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