Skip to content

Commit 362d099

Browse files
Preparing release 0.6
1 parent f10e5b8 commit 362d099

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
0.6
2+
===
3+
14
- Simplified API.
25

36
- Uses ctypes instead of extension modules.
47

8+
- libsuinput is included as submodule in git repository
9+
10+
- source distributions include suinput.c
11+
512
0.5
613
===
714

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Create and use a new uinput device with key-capabilities:
3030
General information
3131
-------------------
3232

33-
- Version: 0.5
33+
- Version: 0.6
3434
- License: GPLv3+ (see COPYING for details)
3535
- Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
3636
- Homepage: <http://tjjr.fi/software/python-uinput/>

setup.py

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

2525
setup(name='python-uinput',
26-
version='0.5',
26+
version='0.6',
2727
description='Python bindings for Linux uinput system.',
2828
author='Tuomas Jorma Juhani Räsänen',
2929
author_email='tuomasjjrasanen@tjjr.fi',
3030
url='http://tjjr.fi/sw/python-uinput/',
31-
download_url='http://tjjr.fi/sw/python-uinput/src/python-uinput-0.5.tar.gz',
31+
download_url='http://launchpad.net/python-uinput/trunk/0.6/+download/python-uinput-0.6.tar.gz',
3232
package_dir={'uinput': 'src'},
3333
packages=['uinput'],
3434
license='GPLv3+',

0 commit comments

Comments
 (0)