From ddcce8bad2d82ed63f7826198e7ed0bc78970679 Mon Sep 17 00:00:00 2001 From: Viktor Dragomiretskyy Date: Sat, 25 Jul 2020 12:28:18 +1200 Subject: [PATCH] Bump to 0.8 --- debian/changelog | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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=[