Skip to content

Commit 7d76d8d

Browse files
committed
Bump version: 0.8.0 -> 0.8.1
1 parent 3a0bc6f commit 7d76d8d

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/changelog.rst

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

4+
0.8.1 (Mar 24, 2018)
5+
====================
6+
7+
- Fix Python 2 compatibility issue in with ``Uinput.from_device``.
8+
9+
- Fix minor `evdev.evtest` formatting issue.
10+
411

512
0.8.0 (Mar 22, 2018)
613
====================

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# built documents.
6161
#
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.8.0'
63+
release = '0.8.1'
6464

6565
# The short X.Y version.
6666
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.8.0
2+
current_version = 0.8.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
@@ -44,7 +44,7 @@
4444
#-----------------------------------------------------------------------------
4545
kw = {
4646
'name': 'evdev',
47-
'version': '0.8.0',
47+
'version': '0.8.1',
4848

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

0 commit comments

Comments
 (0)