From 64054e0f7c114fae6d2493269cdab17fc9472b25 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Thu, 2 Jan 2025 08:20:39 -0700 Subject: [PATCH] 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 --- setup.py | 2 +- xcffib.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 72a5593..f848ea9 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def finalize_options(self): sys.exit(1) install.finalize_options(self) -version = "1.5.0" +version = "1.6.0" dependencies = ["cffi>=1.1.0; python_implementation != 'PyPy'"] setup( diff --git a/xcffib.cabal b/xcffib.cabal index 06056a5..1b6061b 100644 --- a/xcffib.cabal +++ b/xcffib.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: xcffib -version: 1.5.0 +version: 1.6.0 synopsis: A cffi-based python binding for X homepage: http://github.com/tych0/xcffib license: Apache-2.0