From 82496dc8e4c26813db9e00cf91acfef663fc25f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 10 Dec 2015 16:13:22 +0100 Subject: [PATCH] Trying to fix an issue with ShelfPlugin --- senpy/plugins.py | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/senpy/plugins.py b/senpy/plugins.py index a2d3f6d..b3dc37a 100644 --- a/senpy/plugins.py +++ b/senpy/plugins.py @@ -152,4 +152,5 @@ class ShelfMixin(object): return self._shelf_file def close(self): + self.sh.close() del(self._sh) diff --git a/setup.py b/setup.py index 0097ed8..c4077b2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except AttributeError: install_reqs = [str(ir.req) for ir in install_reqs] test_reqs = [str(ir.req) for ir in test_reqs] -VERSION = "0.4.10" +VERSION = "0.4.11rc" setup( name='senpy',