Skip to content

Commit 2520928

Browse files
committed
bump to v1.4.4
1 parent b32b3c5 commit 2520928

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 更新日志
22

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+
38
## v1.4.3
49

510
- 修复从 `str` 构造 `Message` 时无法识别空参数值 [#60](https://github.com/nonebot/aiocqhttp/issues/60)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='aiocqhttp',
8-
version='1.4.3',
8+
version='1.4.4',
99
url='https://github.com/nonebot/aiocqhttp',
1010
license='MIT License',
1111
author='Richard Chien',

0 commit comments

Comments
 (0)