Skip to content

Commit 72680d4

Browse files
committed
Rebuild after merge
1 parent 71dca95 commit 72680d4

File tree

34 files changed

+88
-88
lines changed

34 files changed

+88
-88
lines changed

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.25',
11+
version = '0.90.26',
1212
gramps_target_version = "5.1",
1313
status = STABLE, # not yet tested with python 3
1414
fname = 'CalculateEstimatedDates.py',

DataEntryGramplet/DataEntryGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
gramplet_title=_("Data Entry"),
1414
detached_width = 510,
1515
detached_height = 480,
16-
version = '1.0.37',
16+
version = '1.0.38',
1717
gramps_target_version = "5.1",
1818
status=STABLE, # not yet tested with python 3
1919
fname="DataEntryGramplet.py",

DeepConnectionsGramplet/DeepConnectionsGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
gramplet_title=_("Deep Connections"),
1111
detached_width = 510,
1212
detached_height = 480,
13-
version = '1.0.30',
13+
version = '1.0.31',
1414
gramps_target_version = "5.1",
1515
help_url="Deep_Connections_Gramplet",
1616
navtypes=["Person"],

DenominoViso/DenominoViso.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
'representation of ancestors/descendants (SVG) '
1919
'where details about individuals become visible '
2020
'upon mouse-events.'),
21-
version = '2.3.31',
21+
version = '2.3.32',
2222
gramps_target_version = "5.1",
2323
)

DescendantBooks/DescendantBooks.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
id = 'DescendantBook',
2020
name = _('Descendant Book'),
2121
description = _("Produces one or more descendant reports based on a supplied query."),
22-
version = '1.1.10',
22+
version = '1.1.11',
2323
gramps_target_version = "5.1",
2424
status = STABLE,
2525
fname = 'DescendantBookReport.py',
@@ -36,7 +36,7 @@
3636
id = 'DetailedDescendantBook',
3737
name = _('Detailed Descendant Book'),
3838
description = _("Produces one or more detailed descendant reports based on a supplied query."),
39-
version = '1.1.10',
39+
version = '1.1.11',
4040
gramps_target_version = "5.1",
4141
status = STABLE,
4242
fname = 'DetailedDescendantBookReport.py',

DescendantsLines/DescendantsLines.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
id = 'Descendants Lines',
2525
name = _("Descendants Lines"),
2626
description = _("Produces descendants lines of a person"),
27-
version = '1.0.15',
27+
version = '1.0.16',
2828
gramps_target_version = "5.1",
2929
status = STABLE,
3030
fname = 'DescendantsLines.py',

Differences/differences.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
id = 'database-differences-report',
44
name = _("Database Differences Report"),
55
description = _("Compares an external database with the current one."),
6-
version = '1.0.13',
6+
version = '1.0.14',
77
gramps_target_version = "5.1",
88
status = STABLE, # not yet tested with python 3, comparing unequal types not supported in 3.x
99
fname = 'differences.py',

DynamicWeb/dynamicweb.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
id = 'DynamicWeb',
1515
name = _("Dynamic Web Report"),
1616
description = _("Produces dynamic web pages for the database"),
17-
version = '0.0.72',
17+
version = '0.0.73',
1818
gramps_target_version = "5.1",
1919
status = STABLE,
2020
fname = 'dynamicweb.py',

ExportProlog/ExportProlog.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id = 'Prolog Export',
33
name = _('Prolog Export'),
44
description = _('Exports data into a Prolog fact format'),
5-
version = '1.0.6',
5+
version = '1.0.7',
66
gramps_target_version = "5.1",
77
status = STABLE,
88
fname = 'ExportProlog.py',

ExtractCity/extractcity.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
name = _("Extract Place Data from a Place Title"),
3434
description = _("Attempts to extract city and state/province "
3535
"from a place title"),
36-
version = '1.0.3',
36+
version = '1.0.4',
3737
gramps_target_version = "5.1",
3838
status = STABLE,
3939
fname = 'extractcity.py',

0 commit comments

Comments
 (0)