Trunk is now version 3.3.0
svn: r14653
This commit is contained in:
@@ -31,7 +31,7 @@ plg.id = 'familylines_graph'
|
||||
plg.name = _("Family Lines Graph")
|
||||
plg.description = _("Produces family line graphs using GraphViz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.2'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVFamilyLines.py'
|
||||
plg.ptype = REPORT
|
||||
@@ -54,7 +54,7 @@ plg.id = 'hourglass_graph'
|
||||
plg.name = _("Hourglass Graph")
|
||||
plg.description = _("Produces an hourglass graph using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.2'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVHourGlass.py'
|
||||
plg.ptype = REPORT
|
||||
@@ -76,7 +76,7 @@ plg.id = 'rel_graph'
|
||||
plg.name = _("Relationship Graph")
|
||||
plg.description = _("Produces relationship graphs using Graphviz.")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.2'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'GVRelGraph.py'
|
||||
plg.ptype = REPORT
|
||||
|
||||
Reference in New Issue
Block a user