summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2022-04-17 14:54:30 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2022-04-17 14:54:30 +0200
commit255a3df9f3f09d5c9825e94316afd2ca89e23113 (patch)
tree6a45014d71c9b7d5db4635607dca1a3fddcc995d
parent110abf1868c7d4175a3a6944e25b98c957e81db4 (diff)
downloadpygobject-255a3df9f3f09d5c9825e94316afd2ca89e23113.tar.gz
version bump
-rw-r--r--meson.build2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9606fddb..ae1f72ff 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pygobject', 'c',
- version : '3.42.1',
+ version : '3.42.2',
meson_version : '>= 0.47.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized'])
diff --git a/setup.py b/setup.py
index cb50ccb0..38a10cc7 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ from distutils import dir_util, log
from distutils.spawn import find_executable
-PYGOBJECT_VERSION = "3.42.1"
+PYGOBJECT_VERSION = "3.42.2"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"