Skip to content

Commit

Permalink
Bump version: 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Jan 20, 2023
1 parent 1eda738 commit 2dd6ce6
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
---------

1.6.1 (Jan 20, 2023)
==================

- Fix generation of ``ecodes.c`` when the path to ````sys.executable`` contains spaces.


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

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

# 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.6.0
current_version = 1.6.1
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 @@ -41,7 +41,7 @@
#-----------------------------------------------------------------------------
kw = {
'name': 'evdev',
'version': '1.6.0',
'version': '1.6.1',

'description': 'Bindings to the Linux input handling subsystem',
'long_description': (curdir / 'README.rst').read_text(),
Expand Down

0 comments on commit 2dd6ce6

Please sign in to comment.