Skip to content

Commit 2dbeb64

Browse files
Merge pull request #161 from vasily-v-ryabov/prepare_0_27
Prepare release 0.27
2 parents 381bc18 + 126ab53 commit 2dbeb64

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
NEWS for Python X Library
22

3+
Version 0.27
4+
============
5+
6+
Bug Fixes
7+
---------
8+
9+
- fix TypeError in socket.error exception handling for Python 3.x (by @t-wissmann)
10+
11+
Extensions
12+
--------------------
13+
14+
- NV-CONTROL: set offset for all perf levels (by @Sporif)
15+
16+
---
317
Version 0.26
418
============
519

Xlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Suite 330,
2020
# Boston, MA 02111-1307 USA
2121

22-
__version__ = (0, 26)
22+
__version__ = (0, 27)
2323

2424
__version_extra__ = ''
2525

0 commit comments

Comments
 (0)