Skip to content

Commit e720c94

Browse files
committed
Merge branch 'gramps51'
2 parents 45c2dff + 5eed9c8 commit e720c94

File tree

23 files changed

+196
-187
lines changed

23 files changed

+196
-187
lines changed

AvatarGenerator/AvatarGenerator.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
id = 'AvatarGenerator',
2323
name = _("Avatar Generator Tool"),
2424
description = _("A tool to add avatar pictures to your family tree"),
25-
version = '1.0.1',
26-
gramps_target_version = "5.0",
25+
version = '1.0.3',
26+
gramps_target_version = "5.1",
2727
status = STABLE,
2828
fname = 'AvatarGenerator.py',
2929
authors = ["Matthias Kemmer"],

BirthdaysGramplet/BirthdaysGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name = _("Birthdays Gramplet"),
2525
description = _("a gramplet that displays the birthdays of the living people"),
2626
status = STABLE,
27-
version = '1.1.1',
27+
version = '1.1.2',
2828
fname="BirthdaysGramplet.py",
2929
height = 200,
3030
gramplet = 'BirthdaysGramplet',

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.34',
21+
version = '2.3.35',
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.14',
22+
version = '1.1.15',
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.14',
39+
version = '1.1.15',
4040
gramps_target_version = "5.1",
4141
status = STABLE,
4242
fname = 'DetailedDescendantBookReport.py',

DetDescendantReport-images/detdescendantreport.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
id = 'det_descendant_report_i',
33
name = _('Detailed Descendant Report With All Images'),
44
description = _("Produces a detailed descendant report with all images and optional todo list."),
5-
version = '1.0.4',
6-
gramps_target_version = '5.0',
5+
version = '1.0.5',
6+
gramps_target_version = '5.1',
77
status = STABLE,
88
fname = 'detdescendantreporti.py',
99
authors = ["Jon Schewe"],

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.77',
17+
version = '0.0.78',
1818
gramps_target_version = "5.1",
1919
status = STABLE,
2020
fname = 'dynamicweb.py',

GenealogyTree/treeplugins.gpr.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
id = 'gt_ancestor',
2929
name = _("Ancestor Tree"),
3030
description = _("Ancestor tree using LaTeX genealogytree"),
31-
version = '1.0.9',
31+
version = '1.0.10',
3232
gramps_target_version = '5.1',
3333
status = STABLE,
3434
fname = 'gt_ancestor.py',
@@ -50,7 +50,7 @@
5050
id = 'gt_descendant',
5151
name = _("Descendant Tree"),
5252
description = _("Descendant tree using LaTeX genealogytree"),
53-
version = '1.0.9',
53+
version = '1.0.10',
5454
gramps_target_version = '5.1',
5555
status = STABLE,
5656
fname = 'gt_descendant.py',
@@ -72,7 +72,7 @@
7272
id = 'gt_grandparent',
7373
name = _("Grandparent Tree"),
7474
description = _("Grandparent tree using LaTeX genealogytree"),
75-
version = '1.0.9',
75+
version = '1.0.10',
7676
gramps_target_version = '5.1',
7777
status = STABLE,
7878
fname = 'gt_grandparent.py',
@@ -94,7 +94,7 @@
9494
id = 'gt_sandclock',
9595
name = _("Sandclock Tree"),
9696
description = _("Sandclock tree using LaTeX genealogytree"),
97-
version = '1.0.9',
97+
version = '1.0.10',
9898
gramps_target_version = '5.1',
9999
status = STABLE,
100100
fname = 'gt_sandclock.py',
@@ -116,8 +116,8 @@
116116
id = 'gt_sandclock_family',
117117
name = _("Sandclock Tree for a Family"),
118118
description = _("Sandclock tree for a family using LaTeX genealogytree"),
119-
version = '1.0.9',
120-
gramps_target_version = '5.0',
119+
version = '1.0.10',
120+
gramps_target_version = '5.1',
121121
status = STABLE,
122122
fname = 'gt_sandclock.py',
123123
authors = ["Jonas Hahnfeld"],

GetGOV/getgov.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
name = _("GetGOV"),
3131
description = _("Gramplet to get places from the GOV database"),
3232
status = STABLE,
33-
version = '1.0.9',
33+
version = '1.0.10',
3434
gramps_target_version = '5.1',
3535
fname = "getgov.py",
3636
gramplet = 'GetGOV',

GraphView/graphview.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
name = _("Graph View"),
3737
category = ("Ancestry", _("Charts")),
3838
description = _("Dynamic and interactive graph of relations"),
39-
version = '1.0.92',
39+
version = '1.0.93',
4040
gramps_target_version = "5.1",
4141
status = STABLE,
4242
fname = 'graphview.py',

0 commit comments

Comments
 (0)