From 2ad8fc5cd229f50714eb102b2df39c1b42210b04 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Tue, 15 May 2018 15:17:22 +0200 Subject: [PATCH] Bump to ver. 1.2.2 Logging fixes and optmizations --- 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 ccd968a..93f0ce2 100644 --- a/exec_helpers/__init__.py +++ b/exec_helpers/__init__.py @@ -46,7 +46,7 @@ 'ExecResult', ) -__version__ = '1.2.1' +__version__ = '1.2.2' __author__ = "Alexey Stepanov" __author_email__ = 'penguinolog@gmail.com' __maintainers__ = {