[pygobject/pygobject-3-42] version bump
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-3-42] version bump
- Date: Sat, 16 Jul 2022 17:54:17 +0000 (UTC)
commit fdcdcbc0436d351f33b611654351c950652b876f
Author: Christoph Reiter <reiter christoph gmail com>
Date: Sat Jul 16 19:54:04 2022 +0200
version bump
meson.build | 2 +-
pyproject.toml | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2698e571..9feff8d3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.42.2',
+ version : '3.42.3',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/pyproject.toml b/pyproject.toml
index bd842c47..031b22b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.42.2"
+version = "3.42.3"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]
diff --git a/setup.py b/setup.py
index 62aafb93..ce468683 100755
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.42.2"
+PYGOBJECT_VERSION = "3.42.3"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]