]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
bump version and changelog 0.0.11
authorAlfredo Deza <alfredo@deza.pe>
Tue, 29 Oct 2013 18:11:11 +0000 (14:11 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Tue, 29 Oct 2013 18:11:11 +0000 (14:11 -0400)
CHANGELOG.rst
remoto/__init__.py

index c38f616635835b2928e8396f6724fd30b3c5906a..0ca0dca83c7c25b021c187c43134a962a71a0ac9 100644 (file)
@@ -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
index 33899fc03c74c6e6b193eb07ecac860d471b6589..13c0e5bacce9e6b6af8e7832e07435af4fdb0c76 100644 (file)
@@ -1,4 +1,4 @@
 from .connection import Connection
 
 
-__version__ = '0.0.10'
+__version__ = '0.0.11'