We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381bc18 + 126ab53 commit 2dbeb64Copy full SHA for 2dbeb64
CHANGELOG.md
@@ -1,5 +1,19 @@
1
NEWS for Python X Library
2
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
+---
17
Version 0.26
18
============
19
Xlib/__init__.py
@@ -19,7 +19,7 @@
# Suite 330,
20
# Boston, MA 02111-1307 USA
21
22
-__version__ = (0, 26)
+__version__ = (0, 27)
23
24
__version_extra__ = ''
25
0 commit comments