Skip to content

Commit 64054e0

Browse files
committed
Release v1.6.0
This version (finally) contains support for both xprint and xkb, the last two remaining extensions which were not supported. However, I am slightly suspicious of e.g. GetMap's xcbproto XML, since it seems to take way too many inputs. Still, it's better to have it parsed and generated so people can start playing around with it. Also, welcome Jens. Signed-off-by: Tycho Andersen <[email protected]>
1 parent 02d2aec commit 64054e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def finalize_options(self):
4343
sys.exit(1)
4444
install.finalize_options(self)
4545

46-
version = "1.5.0"
46+
version = "1.6.0"
4747
dependencies = ["cffi>=1.1.0; python_implementation != 'PyPy'"]
4848

4949
setup(

xcffib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: xcffib
3-
version: 1.5.0
3+
version: 1.6.0
44
synopsis: A cffi-based python binding for X
55
homepage: http://github.com/tych0/xcffib
66
license: Apache-2.0

0 commit comments

Comments
 (0)