summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-12 19:09:00 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-12 19:09:00 +0000
commit39c3ad2aa95ed17f27e26722ff7eb6c98193fb5e (patch)
tree79a7539f193f423deb6d06abb1f4a75048710eaf
parent2fc5fd91259199699338a2f8d1198293eeafda1b (diff)
downloadgobject-introspection-39c3ad2aa95ed17f27e26722ff7eb6c98193fb5e.tar.gz
Release gobject-introspection 2.67.11.67.1
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a9dcfcc6..cbcb1e6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
-1.67.1 - ????-??-??
+1.67.1 - 2021-03-12
-------------------
* Requires Python 3.6+
-
+* Update GLib annotations
+* Fix compatibility with Python 3.10 :issue:`358`
+* Fix build with GIR data disabled :mr:`248`
+* Add test object for signal marshallers :mr:`259`
1.66.1 - 2020-10-03
-------------------
diff --git a/meson.build b/meson.build
index e81623e5..5f8c2a6e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.67.0',
+ version: '1.67.1',
meson_version: '>= 0.50.1',
default_options: [
'warning_level=1',