From b6fc894f6ace0629da3a823ec6d3de468d622488 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Wed, 2 May 2018 18:22:55 +0200 Subject: [PATCH] Bump version to 1.2.0 * [x] STDIN for subprocess and SSH * [x] `execute_async` has universal API * [x] `execute`, `check_call` and `check_output` are shared * [x] command can be masked for logs * [x] all commands have default timeout instead of infinite wait * [x] non-block subprocess pipe pull (including windows) * Code-style: now 120 symbols/line --- exec_helpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec_helpers/__init__.py b/exec_helpers/__init__.py index 9751ba1..d760f7d 100644 --- a/exec_helpers/__init__.py +++ b/exec_helpers/__init__.py @@ -46,7 +46,7 @@ 'ExecResult', ) -__version__ = '1.1.2' +__version__ = '1.2.0' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = {