Skip to content

Commit e04e9fc

Browse files
committed
Bump version: 0.6.1 -> 0.6.2
1 parent b20b833 commit e04e9fc

5 files changed

Lines changed: 5 additions & 7 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# make github and sdist happy
21
include README.rst
3-
include evdev/genecodes.py
42
include LICENSE

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
---------
33

4-
Development
5-
===========
4+
0.6.2 (Oct 06, 2016)
5+
====================
66

77
- Add the ``UInput.from_device`` class method, which allows uinput device to be
88
created with the capabiltiies of one or more existing input devices::

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.1'
63+
release = '0.6.2'
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.1
2+
current_version = 0.6.2
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
@@ -44,7 +44,7 @@
4444
#-----------------------------------------------------------------------------
4545
kw = {
4646
'name': 'evdev',
47-
'version': '0.6.1',
47+
'version': '0.6.2',
4848

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

0 commit comments

Comments
 (0)