From: Alfredo Deza Date: Wed, 12 Dec 2018 19:32:00 +0000 (-0500) Subject: bump to 0.0.34 X-Git-Tag: 0.0.34 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f00785223fc546801f75878401aa1aa235b6fbea;p=remoto.git bump to 0.0.34 Signed-off-by: Alfredo Deza --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9aec90..bb90564 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +0.0.34 +------ +12-Dec-2019 + +* Allow ``ssh_options`` to extend ssh flags in the ``Connection()`` object + + 0.0.33 ------ 17-Jul-2018 diff --git a/remoto/__init__.py b/remoto/__init__.py index 6e00138..d001451 100644 --- a/remoto/__init__.py +++ b/remoto/__init__.py @@ -4,4 +4,4 @@ from . import process from . import connection -__version__ = '0.0.33' +__version__ = '0.0.34'