File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=============
33
4+ Version 1.11.0
5+ ----------------
6+ + 停止了对 Python2 与 PyPy 的支持。 ( `#539 <https://github.com/offu/WeRoBot/pull/539 >`_ )
7+ + 停止了对 SAE 相关代码的测试。 ( `#539 <https://github.com/offu/WeRoBot/pull/539 >`_ )
8+
49Version 1.10.1
510----------------
611+ 修复 :ref: `群发接口 ` 的 docstring 样式。
Original file line number Diff line number Diff line change @@ -130,8 +130,9 @@ server 支持以下几种:
130130在SAE上部署
131131-----------------
132132
133+ .. attention :: 从 :ref:`Version 1.11.0` 开始,WeRoBot 停止测试 SAE 相关部分的代码。
133134
134- 新浪云上的 Python 应用的入口为 index.wsgi:application ,也就是 index.wsgi 这个文件中名为 application 的 callable object。
135+ 新浪云上的 Python 应用的入口为 index.wsgi:application ,也就是 index.wsgi 这个文件中名为 application 的 callable object。
135136
136137
137138所以,假设你在 `robot.py ` 中使用了 WeRoBot ::
You can’t perform that action at this time.
0 commit comments