From 2bb5a7557b3b8440ea9512ac69f3baeca1037be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Thu, 20 Jun 2024 23:21:38 +0100 Subject: [PATCH] release 2.2.0-0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- meson.build | 2 +- pyproject.toml | 2 +- src/pkgconf/__init__.py | 2 +- subprojects/pkgconf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index a45b68f..11659c7 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT project('pkgconf-pypi', - version : '2.1.1-9', + version : '2.2.0-0', license : 'MIT AND ISC', license_files : ['LICENSE'], meson_version : '>=1.3.2', diff --git a/pyproject.toml b/pyproject.toml index b9dbf8c..17cc5a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires = ['meson-python', 'wheel'] [project] name = 'pkgconf' -version = '2.1.1-9' +version = '2.2.0-0' description = '`pkgconf` is a program which helps with discovering library dependencies and configuring compiler and linker flags.' readme = 'README.md' license = {file = 'LICENSE'} diff --git a/src/pkgconf/__init__.py b/src/pkgconf/__init__.py index ff6cfb6..20c7da0 100644 --- a/src/pkgconf/__init__.py +++ b/src/pkgconf/__init__.py @@ -25,7 +25,7 @@ import importlib_metadata -__version__ = '2.1.1-9' +__version__ = '2.2.0-0' _LOGGER = logging.getLogger(__name__) diff --git a/subprojects/pkgconf b/subprojects/pkgconf index b6e04e2..06120a8 160000 --- a/subprojects/pkgconf +++ b/subprojects/pkgconf @@ -1 +1 @@ -Subproject commit b6e04e2d47b4ca093632b9efde6303a137ea0634 +Subproject commit 06120a8769aed87d50e914f87a6f9f67110cf16e