Skip to content

Commit 2120a48

Browse files
committed
bump version to 0.4.6
1 parent 3ec7111 commit 2120a48

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/changelog.rst

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

4-
HEAD
4+
0.4.6 (Oct 07, 2014)
55
^^^^^^^^^^^^^^^^^^^^
66

77
- Rework documentation and docstrings once more.
88

99
- Fix install on Python 3.4 (works around issue21121_).
1010

11+
- Fix ioctl() requested buffer size (thanks Jakub Wojciech Klama).
12+
1113
0.4.5 (Jul 06, 2014)
1214
^^^^^^^^^^^^^^^^^^^^
1315

doc/news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* ``Oct 07, 2014:`` Version 0.4.6 released.
2+
13
* ``Jul 06, 2014:`` Version 0.4.5 released.
24

35
* ``Jun 04, 2014:`` Version 0.4.4 released.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
kw = {
3737
'name': 'evdev',
38-
'version': '0.4.5',
38+
'version': '0.4.6',
3939

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

0 commit comments

Comments
 (0)