Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit 1aacaa5

Browse files
committed
修改文档
1 parent 81bcefb commit 1aacaa5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-11-1 qqbot v2.3.7
2+
1) 修正miniirc插件的bug,感谢@ferocknew
3+
2) 修正bot.isMe的bug
4+
15
2017-10-27 qqbot v2.3.6
26
1) 增加 bot.isMe 方法,用于判断是否是自己发的消息
37

qqbot/qconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if p not in sys.path:
66
sys.path.insert(0, p)
77

8-
version = 'v2.3.6'
8+
version = 'v2.3.7'
99

1010
sampleConfStr = '''
1111
{

setup.py

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

33
from setuptools import setup
44

5-
version = 'v2.3.6'
5+
version = 'v2.3.7'
66

77
setup(
88
name = 'qqbot',

0 commit comments

Comments
 (0)