From 3c10d970270cd3ed645e8bc11a00273df00cb496 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 28 Jan 2023 13:40:57 +0100 Subject: release --- NEWS | 18 ++++++++++++++++++ meson.build | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e239aa95..aebda1e7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +3.43.1 - 2023-01-28 +------------------- + +* Note: PyGObject is in need of more maintainers, please read + https://www.bassi.io/articles/2022/12/02/on-pygobject/ +* Note: This is an unstable release. + +* Drop support for Python 3.6 :mr:`184` +* meson: bump minimum version to 0.53.0 and update subprojects :mr:`227` +* gimodule: fix floating state of python objects created with g_object_new :mr:`129` +* Gtk.Template: Accept PathLike objects as a filename :mr:`195` +* info: Show which type/object callables are bound to :mr:`194` +* IntrospectionModule: handle two threads loading type at same time :mr:`149` +* Port to Py_TRASHCAN_BEGIN :mr:`226` +* Other cleanups/improvements: :mr:`181` :mr:`173` +* This release also includes all changes from 3.42.1 and 3.42.2 + + 3.42.2 - 2022-07-16 ------------------- diff --git a/meson.build b/meson.build index 380d4538..26076eba 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pygobject', 'c', - version : '3.43.0', + version : '3.43.1', meson_version : '>= 0.53.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized']) diff --git a/pyproject.toml b/pyproject.toml index 8704714a..a5bef351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PyGObject" -version = "3.43.0" +version = "3.43.1" description = "Python bindings for GObject Introspection" authors = ["Christoph Reiter"] diff --git a/setup.py b/setup.py index ba200d87..949b200f 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.0" +PYGOBJECT_VERSION = "3.43.1" GLIB_VERSION_REQUIRED = "2.56.0" GI_VERSION_REQUIRED = "1.56.0" PYCAIRO_VERSION_REQUIRED = "1.16.0" -- cgit v1.2.1