We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32b3c5 commit 2520928Copy full SHA for 2520928
docs/changelog.md
@@ -1,5 +1,10 @@
1
# 更新日志
2
3
+## v1.4.4
4
+
5
+- 修复 `run_task()` 不可用的问题 [#69](https://github.com/nonebot/aiocqhttp/pull/69)
6
+- 修复 `HttpApi` 超时时间设置不生效的问题 [#71](https://github.com/nonebot/aiocqhttp/pull/71)
7
8
## v1.4.3
9
10
- 修复从 `str` 构造 `Message` 时无法识别空参数值 [#60](https://github.com/nonebot/aiocqhttp/issues/60)
setup.py
@@ -5,7 +5,7 @@
setup(
name='aiocqhttp',
- version='1.4.3',
+ version='1.4.4',
url='https://github.com/nonebot/aiocqhttp',
license='MIT License',
11
author='Richard Chien',
0 commit comments