Skip to content

Commit fcd29d6

Browse files
committed
docs: add new changelog and update description of deploying on SAE
1 parent 3369790 commit fcd29d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
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+
49
Version 1.10.1
510
----------------
611
+ 修复 :ref:`群发接口` 的 docstring 样式。

docs/deploy.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ::

0 commit comments

Comments
 (0)