summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 09:24:47 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2023-03-19 09:24:47 +0100
commit894f8b1dd3246bad6edb75aa86f61f6d83531a33 (patch)
tree86c5d172bcc7d7448e1761d64ad7332dcfc5932a
parent61ef471f5759b1ef676e5273318e7fdb282d7a75 (diff)
downloadpygobject-894f8b1dd3246bad6edb75aa86f61f6d83531a33.tar.gz
release3.44.0
-rw-r--r--NEWS6
-rw-r--r--meson.build2
-rw-r--r--pyproject.toml2
-rwxr-xr-xsetup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index aebda1e7..5567b9e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.44.0 - 2023-03-19
+-------------------
+
+No changes compared to 3.43.1
+
+
3.43.1 - 2023-01-28
-------------------
diff --git a/meson.build b/meson.build
index 7c0d6f92..565304e5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.43.2',
+ version : '3.44.0',
meson_version : '>= 0.53.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/pyproject.toml b/pyproject.toml
index 9472bcb3..4f5f3982 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PyGObject"
-version = "3.43.2"
+version = "3.44.0"
description = "Python bindings for GObject Introspection"
authors = ["Christoph Reiter"]
diff --git a/setup.py b/setup.py
index 94f9d595..9f9a4b9f 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.43.2"
+PYGOBJECT_VERSION = "3.44.0"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"