Skip to content

Commit 36dda46

Browse files
committed
Bump version: 0.6.4 -> 0.7.0
1 parent e87617a commit 36dda46

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/changelog.rst

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

44

5-
Unreleased
5+
0.7.0 (Jun 16, 2017)
66
====================
77

8-
- ``InputDevice`` now accepts objects that support the path protocol. For
9-
example::
8+
- ``InputDevice`` now accepts objects that support the path protocol.
9+
For example::
1010

1111
pth = pathlib.Path('/dev/input/event0')
1212
dev = evdev.InputDevice(pth)

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.4'
63+
release = '0.7.0'
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.4
2+
current_version = 0.7.0
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.4',
46+
'version': '0.7.0',
4747

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

0 commit comments

Comments
 (0)