Skip to content

Commit 5a033bf

Browse files
Preparing release 0.6.1
1 parent 9f09794 commit 5a033bf

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.6.1
2+
=====
3+
4+
- README and setup.py updated
5+
16
0.6
27
===
38

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.6
33+
- Version: 0.6.1
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: 1 addition & 1 deletion
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.6',
26+
version='0.6.1',
2727
description='Python bindings for Linux uinput system.',
2828
author='Tuomas Jorma Juhani Räsänen',
2929
author_email='tuomasjjrasanen@tjjr.fi',

0 commit comments

Comments
 (0)