Skip to content

Commit ff5cc88

Browse files
committed
Release v1.5.0
Built against xcb-proto 1.16.0, which has fixes for xinput.CW access. Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
1 parent 30d2320 commit ff5cc88

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
@@ -50,7 +50,7 @@ def finalize_options(self):
5050
else:
5151
requires_cffi = "cffi>=1.1.0"
5252

53-
version = "1.4.0"
53+
version = "1.5.0"
5454
dependencies = [requires_cffi]
5555

5656
setup(

xcffib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xcffib
2-
version: 1.4.0
2+
version: 1.5.0
33
synopsis: A cffi-based python binding for X
44
homepage: http://github.com/tych0/xcffib
55
license: OtherLicense

0 commit comments

Comments
 (0)