This commit is contained in:
Christoph Reiter 2018-04-15 12:15:22 +02:00
parent 064571b9dd
commit 910ee82a5c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -3,7 +3,7 @@ Since version 1.11.0 Pycairo uses `Semantic Versioning
.. _v1.17.0:
1.17.0 - 2018-??-??
1.17.0 - 2018-04-15
-------------------
* :class:`cairo.Surface` and :class:`cairo.Device` can now be used as context

View File

@ -18,7 +18,7 @@ from distutils import log
from distutils import sysconfig
PYCAIRO_VERSION = '1.16.4'
PYCAIRO_VERSION = '1.17.0'
CAIRO_VERSION_REQUIRED = '1.13.1'
XPYB_VERSION_REQUIRED = '1.3'