Skip to content

Commit 0f815f8

Browse files
Version 1.4.3
1 parent 20c9101 commit 0f815f8

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README-cn.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
环境要求
2121
-------------
2222

23-
* Python 3
23+
* Python 2.7 或 Python 3
2424

2525

2626
快速开始
@@ -102,6 +102,11 @@
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)

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Readme version in other languages: `简体中文`_.
2323

2424
Requirements
2525
-------------
26-
* Python 3
26+
* Python 2.7 or Python 3
2727

2828
That's all. It's a simple but smart program.
2929

@@ -106,6 +106,11 @@ Screenshot
106106

107107
Changelog
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)

autoremovetorrents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#-*- coding:utf-8 -*-
22

33
# Current autoremove-torrents version
4-
__version__ = '1.4.2'
4+
__version__ = '1.4.3'

0 commit comments

Comments
 (0)