Skip to content

Commit befe94a

Browse files
Release 0.11.2
1 parent ff6e034 commit befe94a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Python-uinput NEWS -- history of user-visible changes
33
=======================================================
44

5+
0.11.2
6+
======
7+
8+
- Fix accidentally dropped support for libudev.so.0 by using ldconfig
9+
to find the available library version.
10+
511
0.11.1
612
======
713

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pass
3737

3838
setup(name='python-uinput',
39-
version='0.11.1',
39+
version='0.11.2',
4040
description='Pythonic API to Linux uinput kernel module.',
4141
author='Tuomas Räsänen',
4242
author_email='tuomasjjrasanen@tjjr.fi',
@@ -45,7 +45,7 @@
4545
packages=['uinput'],
4646
license='GPLv3+',
4747
platforms=['Linux'],
48-
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.1.tar.gz',
48+
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.2.tar.gz',
4949
classifiers=[
5050
"Development Status :: 4 - Beta",
5151
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)