diff --git a/docs/source/release.rst b/docs/source/release.rst index 6afff30d0..075b79b8b 100644 --- a/docs/source/release.rst +++ b/docs/source/release.rst @@ -1,7 +1,7 @@ 版本发布说明 =============== -1.1.10 - 2019年2月28日 +1.1.0 - 2019年2月28日 ------------------------- 1. 复权增加周线及其以上支持 diff --git a/setup.py b/setup.py index 22b053b13..aaf4e300d 100644 --- a/setup.py +++ b/setup.py @@ -298,6 +298,8 @@ def print_help(): # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], entry_points={