Skip to content

Commit 7f23464

Browse files
committed
Bump version: 0.6.3 -> 0.6.4
1 parent 3d8923f commit 7f23464

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
---------
33

44

5+
0.6.4 (Oct 07, 2016)
6+
====================
7+
8+
- Exclude ``ecodes.c`` from source distribution (Fixes `#63`_).
9+
10+
511
0.6.3 (Oct 06, 2016)
612
====================
713

@@ -256,3 +262,4 @@ Changelog
256262
.. _`@paulo-raca`: https://github.com/paulo-raca
257263

258264
.. _issue21121: http://bugs.python.org/issue21121
265+
.. _`#63`: https://github.com/gvalkov/python-evdev/issues/63

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 = '0.6.3'
63+
release = '0.6.4'
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 = 0.6.3
2+
current_version = 0.6.4
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
@@ -43,7 +43,7 @@
4343
#-----------------------------------------------------------------------------
4444
kw = {
4545
'name': 'evdev',
46-
'version': '0.6.3',
46+
'version': '0.6.4',
4747

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

0 commit comments

Comments
 (0)