Skip to content

Commit b9cc08d

Browse files
committed
chore(release): version 1.13.0
1 parent 35c0fba commit b9cc08d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Changelog
22
=============
33

4-
VNext
4+
Version 1.13.0
55
----------------
66
+ 停止了对 Django 1.11、Django 2.0 的测试
77
+ 增加了对 Django 2.2、 Django 3.0、 Django 3.1 的测试
88
+ 停止了对 Python 3.4、 Python 3.5 的测试
99
+ 增加了对 Python 3.9 的测试
10+
+ :func:`werobot.client.Client.send_template_message` 添加跳转小程序 ( `#604 <https://github.com/offu/WeRoBot/pull/604>`_ )
1011

1112
Version 1.12.0
1213
----------------

werobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.12.0'
1+
__version__ = '1.13.0'
22
__author__ = 'whtsky'
33
__license__ = 'MIT'
44

0 commit comments

Comments
 (0)