diff --git a/debian/changelog b/debian/changelog index 11ae690..dbfee6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-validity (0.8~ppa1) bionic; urgency=medium + + * Rollback the async changes to enroll()/identify() + * Call the cleanup command even when underlying command has failed() + * Add a service to restart python-validity on suspend/resume + + -- uunicorn Fri, 17 Jul 2020 00:25:13 +1200 + python-validity (0.7~ppa1) bionic; urgency=medium * Use single instance of a systemd service (at least for now) diff --git a/setup.py b/setup.py index 64bab60..c3ef235 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='python-validity', - version='0.1', + version='0.8', py_modules = [], packages=['validitysensor'], scripts=[