Skip to content

Commit 6afa11a

Browse files
committed
Rebuild for merge with gramps50
1 parent 14806d6 commit 6afa11a

File tree

98 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+118
-118
lines changed

AllNamesQuickview/AllNames.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id = 'allnames',
33
name = _("All Names of All People"),
44
description= _("Display all names of all people"),
5-
version = '1.0.23',
5+
version = '1.0.24',
66
gramps_target_version = "5.1",
77
status = STABLE,
88
fname = 'AllNames.py',

AncestorFill/AncestorFill.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
id = 'AncestorFill',
88
name = _("AncestorFill"),
99
description = _("Report on the filling of the tree"),
10-
version = '1.0.11',
10+
version = '1.0.12',
1111
gramps_target_version = "5.1",
1212
include_in_listing = True,
1313
status = STABLE,

AssociationsTool/associationstool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id = 'associationstool',
3535
name = _("Check Associations data"),
3636
description = _("Will check the data on Association for people."),
37-
version = '1.0.5',
37+
version = '1.0.6',
3838
gramps_target_version = MODULE_VERSION,
3939
include_in_listing = True,
4040
status = STABLE,

AttachSourceTool/AttachSourceTool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id = 'AttachSource',
2525
name = _("Attach Source"),
2626
description = _("Attaches a shared source to multiple objects."),
27-
version = '0.0.29',
27+
version = '0.0.30',
2828
gramps_target_version = "5.1",
2929
status = STABLE, # not yet tested with python 3
3030
fname = 'AttachSourceTool.py',

BiographyQuickview/BiographyQuickview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'biographyquickview',
99
name = _("Biography"),
1010
description= _("Display a text biography"),
11-
version = '1.0.5',
11+
version = '1.0.6',
1212
gramps_target_version = '5.1',
1313
status = STABLE,
1414
fname = 'BiographyQuickview.py',

BirthOrder/birthorder.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"correct, edit the birth order manually, accept all those "
1313
"families that have all children with proper birth dates, or "
1414
"accept all."),
15-
version = '0.0.7',
15+
version = '0.0.8',
1616
gramps_target_version = '5.1',
1717
status = STABLE,
1818
fname = 'birthorder.py',

BirthdaysGramplet/BirthdaysGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name=_("Birthdays Gramplet"),
55
description = _("a gramplet that displays the birthdays of the living people"),
66
status = STABLE, # not yet tested with python 3
7-
version = '1.0.33',
7+
version = '1.0.34',
88
fname="BirthdaysGramplet.py",
99
height = 200,
1010
gramplet = 'BirthdaysGramplet',

CalculateEstimatedDates/CalculateEstimatedDates.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'calculateestimateddates',
99
name = _("Calculate Estimated Dates"),
1010
description = _("Calculates estimated dates for birth and death."),
11-
version = '0.90.28',
11+
version = '0.90.29',
1212
gramps_target_version = "5.1",
1313
status = STABLE, # not yet tested with python 3
1414
fname = 'CalculateEstimatedDates.py',

ChangeGivenNames/ChangeGivenNames.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name = _("Fix Capitalization of Given Names"),
3737
description = _("Searches the entire database and attempts to "
3838
"fix capitalization of the given names."),
39-
version = '1.0.28',
39+
version = '1.0.29',
4040
gramps_target_version = "5.1",
4141
status = STABLE, # not yet tested with python 3
4242
fname = 'ChangeGivenNames.py',

CheckPlaceTitles/checkplacetitles.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id = 'checkplacetitle',
2828
name = _("Check Place Titles"),
2929
description = _("Check place titles"),
30-
version = '1.0.6',
30+
version = '1.0.7',
3131
gramps_target_version = "5.1",
3232
include_in_listing = False,
3333
status = UNSTABLE,

0 commit comments

Comments
 (0)