Bump to 0.13
This commit is contained in:
parent
076d4df17c
commit
c94c243bce
2 changed files with 9 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -1,3 +1,11 @@
|
|||
python-validity (0.13~ppa1) bionic; urgency=medium
|
||||
|
||||
* Bugfixes
|
||||
* Support for 138a:009d
|
||||
* Fedora installation items
|
||||
|
||||
-- unicorn <viktor.dragomiretskyy@gmail.com> Sun, 26 Sep 2021 13:03:20 +1300
|
||||
|
||||
python-validity (0.12~ppa1) bionic; urgency=medium
|
||||
|
||||
* Implement Suspend/Resume methods to reset the TLS state
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(name='python-validity',
|
||||
version='0.12',
|
||||
version='0.13',
|
||||
py_modules=[],
|
||||
packages=['validitysensor'],
|
||||
scripts=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue