Bump to 0.11
This commit is contained in:
parent
707f606c7f
commit
df3f802104
2 changed files with 13 additions and 1 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
|
@ -1,3 +1,15 @@
|
|||
python-validity (0.11~ppa1) bionic; urgency=medium
|
||||
|
||||
* Support multiple fingers on DBus service
|
||||
* Config file for SID mapping
|
||||
* Run restart service on hybrid sleep as well
|
||||
* Major code cleanup
|
||||
* Verify hash of downloaded drivers
|
||||
* Update python3-validity-suspend-restart.service
|
||||
* Add installation instructions for Arch Linux
|
||||
|
||||
-- uunicorn <viktor.dragomiretskyy@gmail.com> Thu, 10 Sep 2020 20:07:51 +1200
|
||||
|
||||
python-validity (0.9~ppa1) bionic; urgency=medium
|
||||
|
||||
* Actually check which user was passed to VerifyStart
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='python-validity',
|
||||
version='0.9',
|
||||
version='0.11',
|
||||
py_modules=[],
|
||||
packages=['validitysensor'],
|
||||
scripts=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue