Skip to content

Commit eb57fd7

Browse files
committed
Bump version: 0.6.0 -> 0.6.1
1 parent 8bf397b commit eb57fd7

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
0.6.1 (Jun 04, 2016)
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
- Dissable tty echoing while evtest is running.
8+
- Allow evtest to listen to more than one devices.
9+
10+
- The setup.py script now allows the location of the input header files to be
11+
overwritten. For example::
12+
13+
python setup.py build_ext \
14+
--evdev-headers path/input.h:path/input-event-codes.h \
15+
--include-dirs path/ \
16+
install
17+
18+
419
0.6.0 (Feb 14, 2016)
520
^^^^^^^^^^^^^^^^^^^^
621

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# built documents.
6060
#
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.6.0'
62+
release = '0.6.1'
6363

6464
# The short X.Y version.
6565
version = release

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
message = Bump version: {current_version} -> {new_version}
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#-----------------------------------------------------------------------------
4444
kw = {
4545
'name': 'evdev',
46-
'version': '0.6.0',
46+
'version': '0.6.1',
4747

4848
'description': 'Bindings to the Linux input handling subsystem',
4949
'long_description': open(pjoin(here, 'README.rst')).read(),

0 commit comments

Comments
 (0)