Skip to content

Commit 2c6756b

Browse files
Version 1.5.1
1 parent afd76ae commit 2c6756b

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

README-cn.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107

108108
更新日志
109109
----------
110+
**2020-02-29 周六**:1.5.1 版本。
111+
112+
* 修复了 1.5.0 版本中丢失的状态 ``StalledUpload`` 和 ``StalledDownload``。(#66)
113+
110114
**2020-02-28 周五**:1.5.0 版本。
111115

112116
* 修复了无法登录使用纯数字用户名或密码的客户端的问题(#64);

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Screenshot
111111

112112
Changelog
113113
----------
114+
**Sat, 29 Feb 2020**: Version 1.5.1.
115+
116+
* Fix missing status ``StalledUpload`` and ``StalledDownload`` in version 1.5.0. (#66)
117+
114118
**Fri, 28 Feb 2020**: Version 1.5.0.
115119

116120
* Fix a problem: cannot login to client with numeric username or password. (#64)

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.5.0'
4+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)