File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020环境要求
2121-------------
2222
23- * Python 3
23+ * Python 2.7 或 Python 3
2424
2525
2626快速开始
102102
103103更新日志
104104----------
105+ **2019-05-19 周日 **: 1.4.3 版本。
106+
107+ * 添加对 Python 2.7 的支持。(#29)
108+ * 停止支持 Python 3.4。(kennethreitz/requests#5092)
109+
105110**2019-05-13 周一 **: 1.4.2 版本。
106111
107112* 修复了丢失的语法分析器文件。(#32)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Readme version in other languages: `简体中文`_.
2323
2424Requirements
2525-------------
26- * Python 3
26+ * Python 2.7 or Python 3
2727
2828That's all. It's a simple but smart program.
2929
@@ -106,6 +106,11 @@ Screenshot
106106
107107Changelog
108108----------
109+ **Sun, 19 May 2019 **: Version 1.4.3.
110+
111+ * Supported Python 2.7. (#29)
112+ * Stopped supporting Python 3.4. (kennethreitz/requests#5092)
113+
109114**Mon, 13 May 2019 **: Version 1.4.2.
110115
111116* Fixed missing parser files. (#32)
Original file line number Diff line number Diff line change 11#-*- coding:utf-8 -*-
22
33# Current autoremove-torrents version
4- __version__ = '1.4.2 '
4+ __version__ = '1.4.3 '
You can’t perform that action at this time.
0 commit comments