We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c0fba commit b9cc08dCopy full SHA for b9cc08d
docs/changelog.rst
@@ -1,12 +1,13 @@
1
Changelog
2
=============
3
4
-VNext
+Version 1.13.0
5
----------------
6
+ 停止了对 Django 1.11、Django 2.0 的测试
7
+ 增加了对 Django 2.2、 Django 3.0、 Django 3.1 的测试
8
+ 停止了对 Python 3.4、 Python 3.5 的测试
9
+ 增加了对 Python 3.9 的测试
10
++ :func:`werobot.client.Client.send_template_message` 添加跳转小程序 ( `#604 <https://github.com/offu/WeRoBot/pull/604>`_ )
11
12
Version 1.12.0
13
werobot/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.12.0'
+__version__ = '1.13.0'
__author__ = 'whtsky'
__license__ = 'MIT'
0 commit comments