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'