commit febd211b6628a8f63d92ae011d68b845e9fe6ec8 Author: Simon Feltman Date: Sun Apr 24 21:19:39 2016 -0700 release 3.21.0 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit 1bb267f1755b2ec314c751b27931cbe7032f3c36 Author: Dustin Falgout Date: Sun Mar 20 03:21:02 2016 -0500 gi: Add require_versions() function Adds a new function that accepts a dict of one or more namespace, version pairs through which it iterates and calls `gi.require_version()` for each pair. Also adds a test for the new function. https://bugzilla.gnome.org/show_bug.cgi?id=761141 gi/__init__.py | 33 +++++++++++++++++++++++++++++++++ tests/test_import_machinery.py | 6 ++++++ 2 files changed, 39 insertions(+) commit b3f897b98c5a2c59ea34a8afcce0448b1ffb0731