From c9e1ebe6e3535887f3e38b297369715d1d23072b Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 4 May 2018 17:10:49 +0200 Subject: [PATCH] Bump to 1.2.1 * [x] Cythonize on python3 only (cython tried to process external python3 code) * [x] Fix `execute_through_host` * [x] implement keepalive work --- 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 d760f7d..ccd968a 100644 --- a/exec_helpers/__init__.py +++ b/exec_helpers/__init__.py @@ -46,7 +46,7 @@ 'ExecResult', ) -__version__ = '1.2.0' +__version__ = '1.2.1' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = {