Skip to content

Commit 9ceb517

Browse files
Merge pull request #155 from vasily-v-ryabov/prepare_0_26_clean
Prepare 0.26 release
2 parents 1dba250 + 0432dc2 commit 9ceb517

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
Version 0.26
4+
============
5+
6+
Bug Fixes
7+
---------
8+
9+
- support legacy X servers like RealVNC's one (by @Gerardwx)
10+
11+
Extensions
12+
--------------------
13+
14+
- enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
15+
- add example xfixes-selection-notify.py (by @acrisci)
16+
- fix two issues in NV-CONTROL extension (by @leinardi)
17+
- add method get_clock_info into NV-CONTROL extension (by @leinardi)
18+
- add default client version into Composite extension (by @jakogut)
19+
- add Damage extension with the example (by @mgarg1 and @jakogut)
20+
21+
---
322
Version 0.25
423
============
524

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, 25)
22+
__version__ = (0, 26)
2323

2424
__version_extra__ = ''
2525

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ classifiers =
2626
Programming Language :: Python :: 3.5
2727
Programming Language :: Python :: 3.5
2828
Programming Language :: Python :: 3.6
29+
Programming Language :: Python :: 3.7
30+
Programming Language :: Python :: 3.8
2931
Programming Language :: Python :: Implementation :: CPython
3032
Topic :: Software Development :: Libraries :: Python Modules
3133
Topic :: Software Development :: Libraries

0 commit comments

Comments
 (0)