Skip to content

Commit

Permalink
Bump version: 1.5.0 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Jul 17, 2022
1 parent 4050f50 commit 3cd7fbf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,12 @@
Changelog
---------

1.6.0 (Jul 17, 2022)
==================

- Fix Python 3.11 compatibility (`#174 <https://github.com/gvalkov/python-evdev/pull/174>`_)


1.5.0 (Mar 24, 2022)
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -61,7 +61,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.6.0'

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

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

0 comments on commit 3cd7fbf

Please sign in to comment.