Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 11, 2024
1 parent 59a5dbe commit 1ef6ff7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions NEWS
@@ -1,5 +1,19 @@
Since version 1.11.0 Pycairo uses `Semantic Versioning <http://semver.org/>`__

.. _v1.26.0:

1.26.0 - 2024-02-11
-------------------

This release only contains build related changes/fixes and no API changes.

* Bump minimum required meson version from 0.56.0 to 0.64.0 :pr:`346`
* Various meson related cleanups :pr:`350`
* Fix header file being installed to the wrong location with meson on some systems :pr:`350`
* Adds a new ``wheel`` meson build option as preparation for meson-python support :pr:`350` :pr:`345`
* Update dependencies (libpng, pixman, zlib) of the Windows wheels :pr:`358`
* Various maintenance related updates :pr:`360` :pr:`359` :pr:`361` :pr:`362`

.. _v1.25.1:

1.25.1 - 2023-10-21
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
project(
'pycairo', 'c',
version: '1.25.1',
version: '1.26.0',
meson_version: '>= 0.64.0',
license: 'LGPL-2.1-only OR MPL-1.1',
default_options: [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycairo"
version = "1.25.1"
version = "1.26.0"
description = "Python interface for cairo"
authors = ["Christoph Reiter"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
from distutils import sysconfig


PYCAIRO_VERSION = '1.25.1'
PYCAIRO_VERSION = '1.26.0'
CAIRO_VERSION_REQUIRED = '1.15.10'

PYCAIRO_BUILD_NO_PKGCONFIG = os.environ.get("PYCAIRO_BUILD_NO_PKGCONFIG", False)
Expand Down

0 comments on commit 1ef6ff7

Please sign in to comment.