diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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', |