Skip to content

Commit 105d15f

Browse files
committed
chore(release): version 1.12.0
1 parent 6deee64 commit 105d15f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=============
33

4+
Version 1.12.0
5+
----------------
6+
+ 增加了对微信模板回调消息的处理 :func:`robot.templatesendjobfinish_event <werobot.robot.BaseRoBot.templatesendjobfinish_event>` ( `#544 <https://github.com/offu/WeRoBot/pull/544>`_ )
7+
48
Version 1.11.0
59
----------------
610
+ 停止了对 Python2 与 PyPy 的支持。 ( `#539 <https://github.com/offu/WeRoBot/pull/539>`_ )

werobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.11.0'
1+
__version__ = '1.12.0'
22
__author__ = 'whtsky'
33
__license__ = 'MIT'
44

0 commit comments

Comments
 (0)