Bump to 0.8
This commit is contained in:
parent
504f5316b5
commit
ddcce8bad2
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -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 <viktor.dragomiretskyy@gmail.com> 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)
|
||||
|
|
|
|||
2
setup.py
2
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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue