From: Alfredo Deza Date: Tue, 29 Oct 2013 18:11:11 +0000 (-0400) Subject: bump version and changelog X-Git-Tag: 0.0.11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6fc3d88039baf8bf1ac780eca7d7d20e63dc32e8;p=remoto.git bump version and changelog --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c38f616..0ca0dca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +0.0.11 +------ +* Catch more TypeError problems when closing the connections. + 0.0.10 ------ * Allow configuration to raise on non-zero exit status diff --git a/remoto/__init__.py b/remoto/__init__.py index 33899fc..13c0e5b 100644 --- a/remoto/__init__.py +++ b/remoto/__init__.py @@ -1,4 +1,4 @@ from .connection import Connection -__version__ = '0.0.10' +__version__ = '0.0.11'