diff --git a/src/plugins/gramplet/DataEntryGramplet.py b/src/plugins/gramplet/DataEntryGramplet.py index 0919a05b7..6ec077d02 100644 --- a/src/plugins/gramplet/DataEntryGramplet.py +++ b/src/plugins/gramplet/DataEntryGramplet.py @@ -746,5 +746,7 @@ register(type="gramplet", title=_("Data Entry"), detached_width = 510, detached_height = 480, + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/NoteGramplet.py b/src/plugins/gramplet/NoteGramplet.py index 2f4da290b..9def79794 100644 --- a/src/plugins/gramplet/NoteGramplet.py +++ b/src/plugins/gramplet/NoteGramplet.py @@ -272,5 +272,7 @@ register(type="gramplet", title=_("Note"), detached_width = 500, detached_height = 400, + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/PythonGramplet.py b/src/plugins/gramplet/PythonGramplet.py index a4eacd65e..e17636c67 100644 --- a/src/plugins/gramplet/PythonGramplet.py +++ b/src/plugins/gramplet/PythonGramplet.py @@ -153,5 +153,7 @@ register(type="gramplet", height=250, content = PythonGramplet, title=_("Python Shell"), + gramps="3.1.0", + version="1.0.0", )