From 186aeec2a881a973a3a5d65662300ec49008848f Mon Sep 17 00:00:00 2001 From: Gan Zhaoyu Date: Thu, 6 Jun 2019 21:19:12 +0800 Subject: [PATCH] Version 1.4.5 --- README-cn.rst | 4 ++++ README.rst | 4 ++++ autoremovetorrents/version.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README-cn.rst b/README-cn.rst index 21dd492..7a10ea8 100644 --- a/README-cn.rst +++ b/README-cn.rst @@ -104,6 +104,10 @@ 更新日志 ---------- +**2019-06-06 周四**: 1.4.5 版本。 + +* 添加了 `StalledUpload` 与 `StalledDownload` 状态。 + **2019-05-22 周三**: 1.4.4 版本。 * 修复了当 `seed_size` / `maximum_number` 条件与 `ratio` / `create_time` / `seeding_time` 条件同时使用时任务会失败的问题。(#33) diff --git a/README.rst b/README.rst index 83277c8..b3f19c4 100644 --- a/README.rst +++ b/README.rst @@ -108,6 +108,10 @@ Screenshot Changelog ---------- +**Thu, 6 Jun 2019**: Version 1.4.5. + +* Added status `StalledUpload` and `StalledDownload`. (#34) + **Wed, 22 May 2019**: Version 1.4.4. * Fixed a bug that when condition `seed_size` / `maximum_number` is used together with condtion `ratio` / `create_time` / `seeding_time`, the task will fail. (#33) diff --git a/autoremovetorrents/version.py b/autoremovetorrents/version.py index f1046ed..bba44eb 100644 --- a/autoremovetorrents/version.py +++ b/autoremovetorrents/version.py @@ -1,4 +1,4 @@ #-*- coding:utf-8 -*- # Current autoremove-torrents version -__version__ = '1.4.4' \ No newline at end of file +__version__ = '1.4.5' \ No newline at end of file