From 105d15f774c271c9e89e2e11d92baccbb5860038 Mon Sep 17 00:00:00 2001 From: Wu Haotian Date: Wed, 4 Mar 2020 00:15:23 +0800 Subject: [PATCH] chore(release): version 1.12.0 --- docs/changelog.rst | 4 ++++ werobot/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 268c34d6..8972bfd4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ============= +Version 1.12.0 +---------------- ++ 增加了对微信模板回调消息的处理 :func:`robot.templatesendjobfinish_event ` ( `#544 `_ ) + Version 1.11.0 ---------------- + 停止了对 Python2 与 PyPy 的支持。 ( `#539 `_ ) diff --git a/werobot/__init__.py b/werobot/__init__.py index 5cb0dd83..26270b6d 100644 --- a/werobot/__init__.py +++ b/werobot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.11.0' +__version__ = '1.12.0' __author__ = 'whtsky' __license__ = 'MIT'