Skip to content

Commit fa6be63

Browse files
Bumped up version numbers to 0.8
1 parent 84e3cca commit fa6be63

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.8
2+
===
3+
4+
- device id fields can be given in the constructor: bustype, vendor,
5+
product and version
6+
7+
- an example of udev rule
8+
19
0.7
210
===
311

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run(self):
2323
_build_py.run(self)
2424

2525
setup(name='python-uinput',
26-
version='0.7',
26+
version='0.8',
2727
description='Pythonic API to the Linux uinput kernel module.',
2828
author='Tuomas Jorma Juhani Räsänen',
2929
author_email='tuomasjjrasanen@tjjr.fi',
@@ -32,7 +32,7 @@ def run(self):
3232
packages=['uinput'],
3333
license='GPLv3+',
3434
platforms=['Linux'],
35-
download_url='https://launchpad.net/python-uinput/trunk/0.7/+download/python-uinput-0.7.tar.gz',
35+
download_url='https://launchpad.net/python-uinput/trunk/0.8/+download/python-uinput-0.8.tar.gz',
3636
classifiers=[
3737
"Development Status :: 3 - Alpha",
3838
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)