diff --git a/src/plugins/drawreport/drawplugins.gpr.py b/src/plugins/drawreport/drawplugins.gpr.py index 6469fb115..995bc1b10 100644 --- a/src/plugins/drawreport/drawplugins.gpr.py +++ b/src/plugins/drawreport/drawplugins.gpr.py @@ -32,7 +32,7 @@ plg.id = 'ancestor_chart,BKI' plg.name = _("Ancestor Tree") plg.description = _("Produces a graphical ancestral tree") plg.version = '1.0' -plg.gramps_target_version = '3.3' +plg.gramps_target_version = '3.4' plg.status = STABLE plg.fname = 'AncestorTree.py' plg.ptype = REPORT @@ -92,7 +92,7 @@ plg.id = 'descend_chart,BKI' plg.name = _("Descendant Tree") plg.description = _("Produces a graphical descendant tree") plg.version = '1.0' -plg.gramps_target_version = '3.3' +plg.gramps_target_version = '3.4' plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT @@ -134,7 +134,7 @@ plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT plg.category = CATEGORY_DRAW -plg.gramps_target_version = '3.3' +plg.gramps_target_version = '3.4' plg.authors = ["Craig J. Anderson"] plg.authors_email = ["ander882@gramps-project.org"] plg.require_active = True