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=[