From: Alfredo Deza Date: Wed, 16 Oct 2013 15:42:22 +0000 (-0400) Subject: update changelog bump version X-Git-Tag: 0.0.7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23ba0e3383c8e1f758ef93fa3537bfc665eae3f8;p=remoto.git update changelog bump version --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0ac6fc..59d8c07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +0.0.7 +----- +* Patches execnet to allow local popen with sudo python + +0.0.6 +----- +* Add a global timeout option +* All processes use PATH variables passed to Popen +* Do not mangle commands if they need sudo +* Allow sudo python + 0.0.5 ----- * Allow more than one thread to be started in the connection diff --git a/remoto/__init__.py b/remoto/__init__.py index 2f02966..1075b4e 100644 --- a/remoto/__init__.py +++ b/remoto/__init__.py @@ -1,4 +1,4 @@ from .connection import Connection -__version__ = '0.0.6' +__version__ = '0.0.7'