diff --git a/docs/changelog.rst b/docs/changelog.rst index 66e84812..7d7fc887 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,12 +1,13 @@ Changelog ============= -VNext +Version 1.13.0 ---------------- + 停止了对 Django 1.11、Django 2.0 的测试 + 增加了对 Django 2.2、 Django 3.0、 Django 3.1 的测试 + 停止了对 Python 3.4、 Python 3.5 的测试 + 增加了对 Python 3.9 的测试 ++ :func:`werobot.client.Client.send_template_message` 添加跳转小程序 ( `#604 `_ ) Version 1.12.0 ---------------- diff --git a/werobot/__init__.py b/werobot/__init__.py index 26270b6d..5e3dc4fb 100644 --- a/werobot/__init__.py +++ b/werobot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.12.0' +__version__ = '1.13.0' __author__ = 'whtsky' __license__ = 'MIT'