Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymakesjelly committed May 13, 2019
1 parent 3bad618 commit 5394f08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README-cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@

更新日志
----------
**2019-05-13 周一**: 1.4.2 版本。

* 修复了丢失的语法分析器文件。(#32)
* 修复了运算符的结合性。现在,运算符 `and` 和 `or` 保证是左结合的。(#32)

**2019-05-06 周一**: 1.4.1 版本。

* 修复了丢失的依赖项 `ply`。
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ Screenshot

Changelog
----------
**Mon, 13 May 2019**: Version 1.4.2.

* Fixed missing parser files. (#32)
* Fixed association of operators. (#32) Now the operator `and` and `or` are guaranteed to be left-associative.

**Mon, 6 May 2019**: Version 1.4.1.

* Fixed missing dependency: `ply`.
Expand Down
2 changes: 1 addition & 1 deletion autoremovetorrents/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#-*- coding:utf-8 -*-

# Current autoremove-torrents version
__version__ = '1.4.1'
__version__ = '1.4.2'

0 comments on commit 5394f08

Please sign in to comment.