Skip to content

Commit 32a9559

Browse files
authored
Bump version to 1.2.0 (#29)
* [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
1 parent 702cddb commit 32a9559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'ExecResult',
4747
)
4848

49-
__version__ = '1.1.2'
49+
__version__ = '1.2.0'
5050
__author__ = "Alexey Stepanov"
5151
__author_email__ = 'penguinolog@gmail.com'
5252
__maintainers__ = {

0 commit comments

Comments
 (0)