Bump version to 1.2.3

This commit is contained in:
Richard Chien 2019-02-03 11:53:10 +08:00
parent c1486ebbbe
commit 0fd3cc0365
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@ sidebar: auto
# 更新日志
## v1.2.3
- 修复 `nonebot.scheduler` 过早启动导致使用 Hypercorn 部署时计划任务无法运行的问题
同时使用计划任务功能和 Hypercorn 部署的用户请务必升级到此版本!
## v1.2.2
- 修复 `nonebot.natual_language.IntentCommand``current_arg` 参数默认为 `None` 导致的 bug

View File

@ -8,7 +8,7 @@ stub_files = list(filter(lambda x: x.endswith('.pyi'), findall('nonebot')))
setup(
name='nonebot',
version='1.2.2',
version='1.2.3',
url='https://github.com/richardchien/nonebot',
license='MIT License',
author='Richard Chien',