Skip to content

Commit 91710cd

Browse files
committed
Bump version: 1.1.2 -> 1.2.0
1 parent 1c7773c commit 91710cd

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

docs/changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
---------
33

4+
1.2.0 (Apr 7, 2019)
5+
====================
6+
7+
- Add UInput support for the resolution parameter in AbsInfo. This brings
8+
support for the new method of uinput device setup, which was `introduced in
9+
Linux 4.5`_ (thanks to `@LinusCDE`_).
10+
11+
- Vendor and product identifiers can be greater or equal to `0x8000` (thanks
12+
`@ivaradi`_).
13+
14+
415
1.1.2 (Sep 1, 2018)
516
====================
617

@@ -12,7 +23,7 @@ Changelog
1223
1.1.0 (Aug 27, 2018)
1324
====================
1425

15-
- Add support for handling force-feedback effect uploads (many thanks to `@ndreys`).
26+
- Add support for handling force-feedback effect uploads (many thanks to `@ndreys`_).
1627

1728
- Fix typo preventing ff effects that need left coefficients from working.
1829

@@ -352,7 +363,10 @@ Changelog
352363
.. _`@forsenonlhaimaisentito`: https://github.com/forsenonlhaimaisentito
353364
.. _`@paulo-raca`: https://github.com/paulo-raca
354365
.. _`@ndreys`: https://github.com/ndreys
366+
.. _`@LinusCDE`: https://github.com/gvalkov/python-evdev/pulls/LinusCDE
367+
.. _`ivaradi`: https://github.com/gvalkov/python-evdev/pull/104
355368

369+
.. _`introduced in Linux 4.5`: https://github.com/torvalds/linux/commit/052876f8e5aec887d22c4d06e54aa5531ffcec75
356370
.. _issue21121: http://bugs.python.org/issue21121
357371
.. _`#63`: https://github.com/gvalkov/python-evdev/issues/63
358372
.. _`#63`: https://github.com/gvalkov/python-evdev/issues/67

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 = '1.1.2'
63+
release = '1.2.0'
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 = 1.1.2
2+
current_version = 1.2.0
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': '1.1.2',
47+
'version': '1.2.0',
4848

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

0 commit comments

Comments
 (0)