Skip to content

Commit

Permalink
Merge pull request #310 from offu/release-1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
helloqiu committed Jun 18, 2018
2 parents f9a0e9d + 2db5114 commit 5c940de
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
commit = True
tag = True

Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Expand Up @@ -2,9 +2,6 @@ version: '{branch}-{build}'
build: off
cache:
- '%LOCALAPPDATA%\pip\Cache'
services:
- mongodb
- mysql
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
- ps: "ls C:/Python*"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
@@ -1,5 +1,10 @@
Changelog
=============

Version 1.6.0
----------------
+ 增加对发送小程序卡片的支持: :func:`werobot.client.Client.send_miniprogrampage_message` ( `#309 <https://github.com/offu/WeRoBot/pull/309>`_ by `@helloqiu <https://github.com/helloqiu>`_)

Version 1.5.0
----------------
+ 为正则匹配的 handler 加入匹配后的 ``Match Object`` 作为参数(`#305 <https://github.com/offu/WeRoBot/pull/305>`_)(`Author: cxgreat2014 <https://github.com/cxgreat2014>`_)
Expand Down
3 changes: 2 additions & 1 deletion docs/client.rst
Expand Up @@ -77,6 +77,7 @@
.. automethod:: Client.send_music_message
.. automethod:: Client.send_article_message
.. automethod:: Client.send_news_message
.. automethod:: Client.send_miniprogrampage_message

用户管理
------------
Expand Down Expand Up @@ -191,4 +192,4 @@
---------------------------

如果你遇到了这个错误,请检查你的微信公众号是否有调用该接口的权限。
参考: https://mp.weixin.qq.com/wiki/13/8d4957b72037e3308a0ca1b21f25ae8d.html
参考: https://mp.weixin.qq.com/wiki/13/8d4957b72037e3308a0ca1b21f25ae8d.html
2 changes: 1 addition & 1 deletion werobot/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.5.0'
__version__ = '1.6.0'
__author__ = 'whtsky'
__license__ = 'MIT'

Expand Down

0 comments on commit 5c940de

Please sign in to comment.