Trunk is now version 3.3.0

svn: r14653
This commit is contained in:
Doug Blank
2010-03-06 22:47:25 +00:00
parent 696f051d13
commit dcfb25abc4
23 changed files with 170 additions and 170 deletions

View File

@@ -31,7 +31,7 @@ plg.id = 'ancestor_report'
plg.name = _("Ahnentafel Report")
plg.description = _("Produces a textual ancestral report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'AncestorReport.py'
plg.ptype = REPORT
@@ -53,7 +53,7 @@ plg.id = 'birthday_report'
plg.name = _("Birthday and Anniversary Report")
plg.description = _("Produces a report of birthdays and anniversaries")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'BirthdayReport.py'
plg.ptype = REPORT
@@ -75,7 +75,7 @@ plg.id = 'custom_text'
plg.name = _("Custom Text")
plg.description = _("Add custom text to the book report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'CustomBookText.py'
plg.ptype = REPORT
@@ -97,7 +97,7 @@ plg.id = 'descend_report'
plg.name = _("Descendant Report")
plg.description = _("Produces a list of descendants of the active person")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'DescendReport.py'
plg.ptype = REPORT
@@ -119,7 +119,7 @@ plg.id = 'det_ancestor_report'
plg.name = _("Detailed Ancestral Report")
plg.description = _("Produces a detailed ancestral report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'DetAncestralReport.py'
plg.ptype = REPORT
@@ -141,7 +141,7 @@ plg.id = 'det_descendant_report'
plg.name = _("Detailed Descendant Report")
plg.description = _("Produces a detailed descendant report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'DetDescendantReport.py'
plg.ptype = REPORT
@@ -163,7 +163,7 @@ plg.id = 'endofline_report'
plg.name = _("End of Line Report")
plg.description = _("Produces a textual end of line report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'EndOfLineReport.py'
plg.ptype = REPORT
@@ -186,7 +186,7 @@ plg.name = _("Family Group Report")
plg.description = _("Produces a family group report showing information "
"on a set of parents and their children.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'FamilyGroup.py'
plg.ptype = REPORT
@@ -208,7 +208,7 @@ plg.id = 'indiv_complete'
plg.name = _("Complete Individual Report")
plg.description = _("Produces a complete report on the selected people")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'IndivComplete.py'
plg.ptype = REPORT
@@ -230,7 +230,7 @@ plg.id = 'kinship_report'
plg.name = _("Kinship Report")
plg.description = _("Produces a textual report of kinship for a given person")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'KinshipReport.py'
plg.ptype = REPORT
@@ -252,7 +252,7 @@ plg.id = 'marker_report'
plg.name = _("Marker Report")
plg.description = _("Produces a list of people with a specified marker")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'MarkerReport.py'
plg.ptype = REPORT
@@ -275,7 +275,7 @@ plg.id = 'number_of_ancestors_report'
plg.name = _("Number of Ancestors Report")
plg.description = _("Counts number of ancestors of selected person")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'NumberOfAncestorsReport.py'
plg.ptype = REPORT
@@ -297,7 +297,7 @@ plg.id = 'place_report'
plg.name = _("Place Report")
plg.description = _("Produces a textual place report")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'PlaceReport.py'
plg.ptype = REPORT
@@ -320,7 +320,7 @@ plg.id = 'simple_book_title'
plg.name = _("Title Page")
plg.description = _("Produces a title page for book reports.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'SimpleBookTitle.py'
plg.ptype = REPORT
@@ -342,7 +342,7 @@ plg.id = 'summary'
plg.name = _("Database Summary Report")
plg.description = _("Provides a summary of the current database")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.gramps_target_version = '3.3'
plg.status = STABLE
plg.fname = 'Summary.py'
plg.ptype = REPORT