Skip to content

Commit

Permalink
Bump version: 1.1.0 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Sep 1, 2018
1 parent 8a09831 commit 99c84ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

1.1.2 (Sep 1, 2018)
====================

- Fix installation on kernels <= 4.4.

- Fix uinput creation ignoring absinfo settings.


1.1.0 (Aug 27, 2018)
====================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.2'

# The short X.Y version.
version = release
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.2
message = Bump version: {current_version} -> {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#-----------------------------------------------------------------------------
kw = {
'name': 'evdev',
'version': '1.1.0',
'version': '1.1.2',

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

0 comments on commit 99c84ad

Please sign in to comment.