X Tutup
Skip to content

Commit 52cf4dd

Browse files
committed
Bump version: 0.6.2 -> 0.6.3
1 parent 9621b7a commit 52cf4dd

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/changelog.rst

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

4-
0.6.2 (Oct 06, 2016)
4+
5+
0.6.3 (Oct 06, 2016)
56
====================
67

78
- Add the ``UInput.from_device`` class method, which allows uinput device to be
@@ -21,6 +22,7 @@ Changelog
2122
command-line (i.e. running ``install`` will reuse the outputs of the last
2223
``build``).
2324

25+
2426
0.6.1 (Jun 04, 2016)
2527
====================
2628

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

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

0 commit comments

Comments
 (0)
X Tutup