1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-28 17:01:43 +00:00

Merge branch 'master' of github.com:gsi-upm/senpy into nacho

This commit is contained in:
NachoCP 2015-12-11 09:49:35 +01:00
commit 7b9f8a8bef
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -152,4 +152,5 @@ class ShelfMixin(object):
return self._shelf_file return self._shelf_file
def close(self): def close(self):
self.sh.close()
del(self._sh) del(self._sh)

View File

@ -15,7 +15,7 @@ except AttributeError:
install_reqs = [str(ir.req) for ir in install_reqs] install_reqs = [str(ir.req) for ir in install_reqs]
test_reqs = [str(ir.req) for ir in test_reqs] test_reqs = [str(ir.req) for ir in test_reqs]
VERSION = "0.4.10" VERSION = "0.4.11rc"
setup( setup(
name='senpy', name='senpy',