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 @@ id = 'ageondate',
name = _("Age on Date"),
description = _("Display people and ages on a particular date"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'AgeOnDate.py',
authors = ["Douglas Blank"],
@@ -51,7 +51,7 @@ id = 'attribute_match',
name = _("Attribute Match"),
description = _("Display people with same attribute."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'AttributeMatch.py',
authors = ["Douglas Blank"],
@@ -71,7 +71,7 @@ id = 'all_events',
name = _("All Events"),
description = _("Display a person's events, both personal and family."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'all_events.py',
authors = ["Donald N. Allingham"],
@@ -86,7 +86,7 @@ id = 'all_events_fam',
name = _("All Family Events"),
description = _("Display the family and family members events."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'all_events.py',
authors = ["B. Malengier"],
@@ -106,7 +106,7 @@ id = 'all_relations',
name = _("Relation to Home Person"),
description = _("Display all relationships between person and home person."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'all_relations.py',
authors = ["B. Malengier"],
@@ -126,7 +126,7 @@ id = 'filterbyname',
name = _("Filter"),
description = _("Display filtered data"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'FilterByName.py',
authors = ["Douglas Blank"],
@@ -146,7 +146,7 @@ id = 'father_lineage',
name = _("Father lineage"),
description = _("Display father lineage"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'lineage.py',
authors = ["B. Malengier"],
@@ -160,7 +160,7 @@ id = 'mother_lineage',
name = _("Mother lineage"),
description = _("Display mother lineage"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'lineage.py',
authors = ["B. Malengier"],
@@ -180,7 +180,7 @@ id = 'onthisday',
name = _("On This Day"),
description = _("Display events on a particular day"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'OnThisDay.py',
authors = ["Douglas Blank"],
@@ -210,7 +210,7 @@ for (category, item, trans) in refitems:
name = _("%s References") % trans,
description = _("Display references for a %s") % trans,
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'References.py',
authors = ["Douglas Blank"],
@@ -231,7 +231,7 @@ name = _("Show Repository Reference"),
description = _("Display the repository reference for sources related to"
" the active repository"),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'Reporef.py',
authors = ["Jerome Rapinat"],
@@ -251,7 +251,7 @@ id = 'samesurnames',
name = _("Same Surnames"),
description = _("Display people with the same surname as a person."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -265,7 +265,7 @@ id = 'samegivens',
name = _("Same Given Names"),
description = _("Display people with the same given name as a person."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -279,7 +279,7 @@ id = 'samegivens_misc',
name = _("Same Given Names - stand-alone"),
description = _("Display people with the same given name as a person."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -298,7 +298,7 @@ id = 'siblings',
name = _("Siblings"),
description = _("Display a person's siblings."),
version = '1.0',
gramps_target_version = '3.2',
gramps_target_version = '3.3',
status = STABLE,
fname = 'siblings.py',
authors = ["Donald N. Allingham"],