Skip to content

Commit 34a7535

Browse files
committed
Bump version: 1.1.0 -> 1.1.2
1 parent a017827 commit 34a7535

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

4+
1.1.2 (Sep 1, 2018)
5+
====================
6+
7+
- Fix installation on kernels <= 4.4.
8+
9+
- Fix uinput creation ignoring absinfo settings.
10+
11+
412
1.1.0 (Aug 27, 2018)
513
====================
614

docs/conf.py

+1-1
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 = '1.1.0'
63+
release = '1.1.2'
6464

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.1.2
33
message = Bump version: {current_version} -> {new_version}
44
commit = True
55
tag = True

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#-----------------------------------------------------------------------------
4545
kw = {
4646
'name': 'evdev',
47-
'version': '1.1.0',
47+
'version': '1.1.2',
4848

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

0 commit comments

Comments
 (0)