From: Alfredo Deza Date: Wed, 29 Jan 2014 17:50:19 +0000 (-0500) Subject: update the changelog X-Git-Tag: 0.0.14~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c4434bc0b55cd6f2517818d36b5914dc1fec4f0;p=remoto.git update the changelog --- diff --git a/remoto/lib/execnet/__init__.py b/remoto/lib/execnet/__init__.py index 3fd5695..fe1b681 100644 --- a/remoto/lib/execnet/__init__.py +++ b/remoto/lib/execnet/__init__.py @@ -3,7 +3,7 @@ execnet: pure python lib for connecting to local and remote Python Interpreters. (c) 2012, Holger Krekel and others """ -__version__ = '1.2.0.dev2' +__version__ = '1.2.0.dev2-ad1' from . import apipkg @@ -27,3 +27,7 @@ apipkg.initpkg(__name__, { 'dump': '.gateway_base:dump', 'DataFormatError': '.gateway_base:DataFormatError', }) + +# CHANGELOG +# +# 1.2.0-ad1: Patch `if case` in to_io method to prevent AttributeErrors