Skip to content

Commit 4602e39

Browse files
committed
bump to v1.4.2
1 parent 317cd52 commit 4602e39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aiocqhttp/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self,
7878
- ``type_``: 当没有传入 ``d`` 参数或 ``d`` 参数无法识别时,此参数必填,对应消息段的 ``type`` 字段
7979
- ``data``: 对应消息段的 ``data`` 字段
8080
81-
当没有正确传入类型参数时,抛出 ``ValurError``。
81+
当没有正确传入类型参数时,抛出 ``ValueError``。
8282
"""
8383
super().__init__()
8484
if isinstance(d, dict) and d.get('type'):

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 更新日志
22

3-
## master
3+
## v1.4.2
44

55
- 修复从 `str` 构造 `Message` 时无法正确去转义参数 [#57](https://github.com/nonebot/aiocqhttp/issues/57)
66
- 修复无法构造空 `Message` 的问题

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.1',
8+
version='1.4.2',
99
url='https://github.com/nonebot/aiocqhttp',
1010
license='MIT License',
1111
author='Richard Chien',

0 commit comments

Comments
 (0)