version bump; upgrade "gramps_target_version" (part2)

svn: r19286
This commit is contained in:
Jérôme Rapinat
2012-04-10 09:19:26 +00:00
parent 374e24dc2c
commit 5237f8dc64
8 changed files with 92 additions and 92 deletions

View File

@@ -32,7 +32,7 @@ id = 'ageondate',
name = _("Age on Date"),
description = _("Display people and ages on a particular date"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'AgeOnDate.py',
authors = ["Douglas Blank"],
@@ -52,7 +52,7 @@ id = 'attribute_match',
name = _("Attribute Match"),
description = _("Display people with same attribute."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'AttributeMatch.py',
authors = ["Douglas Blank"],
@@ -72,7 +72,7 @@ id = 'all_events',
name = _("All Events"),
description = _("Display a person's events, both personal and family."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'all_events.py',
authors = ["Donald N. Allingham"],
@@ -87,7 +87,7 @@ id = 'all_events_fam',
name = _("All Family Events"),
description = _("Display the family and family members events."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'all_events.py',
authors = ["B. Malengier"],
@@ -107,7 +107,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.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'all_relations.py',
authors = ["B. Malengier"],
@@ -127,7 +127,7 @@ id = 'filterbyname',
name = _("Filter"),
description = _("Display filtered data"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'FilterByName.py',
authors = ["Douglas Blank"],
@@ -147,7 +147,7 @@ id = 'father_lineage',
name = _("Father lineage"),
description = _("Display father lineage"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'lineage.py',
authors = ["B. Malengier"],
@@ -161,7 +161,7 @@ id = 'mother_lineage',
name = _("Mother lineage"),
description = _("Display mother lineage"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'lineage.py',
authors = ["B. Malengier"],
@@ -181,7 +181,7 @@ id = 'onthisday',
name = _("On This Day"),
description = _("Display events on a particular day"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'OnThisDay.py',
authors = ["Douglas Blank"],
@@ -214,7 +214,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.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'References.py',
authors = ["Douglas Blank"],
@@ -228,7 +228,7 @@ register(QUICKREPORT,
name = _("Link References"),
description = _("Display link references for a note"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'LinkReferences.py',
authors = ["Douglas Blank"],
@@ -249,7 +249,7 @@ name = _("Repository References"),
description = _("Display the repository reference for sources related to"
" the active repository"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'Reporef.py',
authors = ["Jerome Rapinat"],
@@ -269,7 +269,7 @@ id = 'samesurnames',
name = _("Same Surnames"),
description = _("Display people with the same surname as a person."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -283,7 +283,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.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -297,7 +297,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.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'SameSurnames.py',
authors = ["Douglas Blank"],
@@ -316,7 +316,7 @@ id = 'siblings',
name = _("Siblings"),
description = _("Display a person's siblings."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'siblings.py',
authors = ["Donald N. Allingham"],