Bump to 0.9
This commit is contained in:
parent
eca81e6677
commit
d7906ce3a9
2 changed files with 10 additions and 1 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -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 <viktor.dragomiretskyy@gmail.com> Mon, 03 Aug 2020 23:59:30 +1200
|
||||
|
||||
python-validity (0.8~ppa1) bionic; urgency=medium
|
||||
|
||||
* Rollback the async changes to enroll()/identify()
|
||||
|
|
|
|||
2
setup.py
2
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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue