Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tych0 committed Jan 2, 2025
1 parent 02d2aec commit 64054e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion xcffib.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 64054e0

Please sign in to comment.