From 718fdd41987f6e3665fbce4a19c7b04d25f264a7 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 12 Dec 2018 14:32:00 -0500 Subject: [PATCH] bump to 0.0.34 Signed-off-by: Alfredo Deza --- CHANGELOG.rst | 7 +++++++ remoto/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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' -- 2.47.3