Skip to content

Commit f2c4087

Browse files
committed
release
1 parent af6cde4 commit f2c4087

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
Since version 1.11.0 Pycairo uses `Semantic Versioning <http://semver.org/>`__
22

3+
.. _v1.29.0:
4+
5+
1.29.0 - 2025-11-11
6+
-------------------
7+
8+
* :meth:`ImageSurface.get_data`: Return empty memoryview for empty image :pr:`418`
9+
* :meth:`ImageSurface.create_for_data`: support empty images :pr:`419`
10+
* Drop support for Python 3.9 :pr:`428`
11+
* Drop support for PyPy 3.10
12+
* Support multi-phase init :pr:`413`
13+
* Experimental support for free-threaded Python :pr:`430` :pr:`429`
14+
* Update dependencies (libpng, pixman) for the Windows wheels :pr:`431`
15+
* build: add "no-x11" option to disable X11 surface support :pr:`432` :issue:`420`
16+
* dev: support uv for development :pr:`433`
17+
318
.. _v1.28.0:
419

520
1.28.0 - 2025-04-14

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'pycairo', 'c',
3-
version: '1.28.1',
3+
version: '1.29.0',
44
meson_version: '>= 0.64.0',
55
license: 'LGPL-2.1-only OR MPL-1.1',
66
default_options: [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pycairo"
3-
version = "1.28.1"
3+
version = "1.29.0"
44
description = "Python interface for cairo"
55
readme = "README.rst"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)