diff --git a/docs/changelog.rst b/docs/changelog.rst index 7d7fc887..92ed8390 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ============= +Version 1.13.1 +---------------- ++ 更新了部分依赖。 + Version 1.13.0 ---------------- + 停止了对 Django 1.11、Django 2.0 的测试 diff --git a/werobot/__init__.py b/werobot/__init__.py index 5e3dc4fb..7ffc1d5c 100644 --- a/werobot/__init__.py +++ b/werobot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.13.0' +__version__ = '1.13.1' __author__ = 'whtsky' __license__ = 'MIT'