File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
5110.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
Original file line number Diff line number Diff line change 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.
6666version = release
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.3
2+ current_version = 0.6.4
33message = Bump version: {current_version} -> {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change 4343#-----------------------------------------------------------------------------
4444kw = {
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 (),
You can’t perform that action at this time.
0 commit comments