]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
update the changelog
authorAlfredo Deza <alfredo@deza.pe>
Wed, 29 Jan 2014 17:50:19 +0000 (12:50 -0500)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 29 Jan 2014 17:50:19 +0000 (12:50 -0500)
remoto/lib/execnet/__init__.py

index 3fd5695ea9049e5117e48cf9d3a5c9634250b813..fe1b68172fc6bf0fea8dfec8053bb85cee7a711b 100644 (file)
@@ -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