* Allow to specify ``python_executable`` for remote execution, helping virtualenvs set remotely.
1.1.4
----- 29-Apr-2019
* Add ``needs_ssh`` to the ``connection`` module to fix a backwards incompatible change
1.1.3
----- 22-Mar-2019
* No code changes - adding packaging files for Debian
1.1.2
----- 13-Mar-2019
* Try a few different executables (not only ``python``) to check for a working one, in order of preference, starting with ``python3`` and ultimately falling back to the connection interpreter
1.1.1
----- 13-Mar-2019
* Fix an issue with remote Python interpreters that might not be ``python``, like in distros that use ``python3`` or similar.
1.1.0
----- 26-Feb-2019
* Allow to specify ``--context`` to kubernetes connections * When a remote exception happens using the ``JsonModuleExecute``, include both stderr and stdout.