From d7906ce3a9d1b0f37e40f34a3eb7538dc8c4578c Mon Sep 17 00:00:00 2001 From: Viktor Dragomiretskyy Date: Tue, 4 Aug 2020 00:04:56 +1200 Subject: [PATCH] Bump to 0.9 --- debian/changelog | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dbfee6d..7cf385f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-validity (0.9~ppa1) bionic; urgency=medium + + * Actually check which user was passed to VerifyStart + * Don't touch the Machine GUID record (windows co-existance) + * Notify the framework when a finger is selected + * Infer a point on a curve from the private part (windows co-existance) + + -- uunicorn Mon, 03 Aug 2020 23:59:30 +1200 + python-validity (0.8~ppa1) bionic; urgency=medium * Rollback the async changes to enroll()/identify() diff --git a/setup.py b/setup.py index c3ef235..e91769b 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='python-validity', - version='0.8', + version='0.9', py_modules = [], packages=['validitysensor'], scripts=[