Skip to content

Commit ffbf1c9

Browse files
Release 0.11.1
1 parent 84cc30f commit ffbf1c9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS.rst

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

5+
0.11.1
6+
======
7+
8+
- Fix compilation to link against libudev.so.1 instead of libudev.so.
9+
510
0.11.0
611
======
712

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from distutils.core import setup, Extension
44

55
setup(name='python-uinput',
6-
version='0.11.0',
6+
version='0.11.1',
77
description='Pythonic API to Linux uinput kernel module.',
88
author='Tuomas Räsänen',
99
author_email='tuomasjjrasanen@tjjr.fi',
@@ -12,7 +12,7 @@
1212
packages=['uinput'],
1313
license='GPLv3+',
1414
platforms=['Linux'],
15-
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.0.tar.gz',
15+
download_url='http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.1.tar.gz',
1616
classifiers=[
1717
"Development Status :: 4 - Beta",
1818
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)