We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6deee64 commit 105d15fCopy full SHA for 105d15f
docs/changelog.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=============
3
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
+
8
Version 1.11.0
9
----------------
10
+ 停止了对 Python2 与 PyPy 的支持。 ( `#539 <https://github.com/offu/WeRoBot/pull/539>`_ )
werobot/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.11.0'
+__version__ = '1.12.0'
__author__ = 'whtsky'
__license__ = 'MIT'
0 commit comments