Skip to content

Commit 589c85e

Browse files
committed
Rebuild for FSF address change
1 parent d6b3dc0 commit 589c85e

File tree

81 files changed

+94
-94
lines changed

Some content is hidden

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

81 files changed

+94
-94
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.22',
5+
version = '1.0.23',
66
gramps_target_version = "5.0",
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.10',
10+
version = '1.0.11',
1111
gramps_target_version = "5.0",
1212
include_in_listing = True,
1313
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.28',
27+
version = '0.0.29',
2828
gramps_target_version = "5.0",
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.4',
11+
version = '1.0.5',
1212
gramps_target_version = '5.0',
1313
status = STABLE,
1414
fname = 'BiographyQuickview.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.32',
7+
version = '1.0.33',
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.27',
11+
version = '0.90.28',
1212
gramps_target_version = "5.0",
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.27',
39+
version = '1.0.28',
4040
gramps_target_version = "5.0",
4141
status = STABLE, # not yet tested with python 3
4242
fname = 'ChangeGivenNames.py',

CliMerge/CliMerge.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
authors = ["M.D. Nauta"],
1616
authors_email = ["[email protected]"],
1717
description = _("Merge primary objects via the command line."),
18-
version = '1.0.27',
18+
version = '1.0.28',
1919
gramps_target_version = "5.0",
2020
)

ClipboardGramplet/ClipboardGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name=_("Collections Clipboard"),
1010
description = _("Gramplet for grouping collections of items to aid in data entry."),
1111
status = STABLE,
12-
version = '1.0.34',
12+
version = '1.0.35',
1313
gramps_target_version = "5.0",
1414
height=200,
1515
gramplet = "ClipboardGramplet",

D3Charts/AncestralCollapsibleTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'representation of ancestors (SVG) '
3333
'represented as a Collapsible Tree Layout from the D3.js '
3434
'JavaScript library.'),
35-
version = '1.0.22',
35+
version = '1.0.23',
3636
gramps_target_version = "5.0",
3737
)

0 commit comments

Comments
 (0)