Skip to content

Commit 26a1f23

Browse files
committed
Rebuild for enhancements/fixes GenealogyTree[gramps50](#184)
1 parent fbca253 commit 26a1f23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GenealogyTree/treeplugins.gpr.py

Lines changed: 5 additions & 5 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.7',
31+
version = '1.0.8',
3232
gramps_target_version = '5.0',
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.7',
53+
version = '1.0.8',
5454
gramps_target_version = '5.0',
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.7',
75+
version = '1.0.8',
7676
gramps_target_version = '5.0',
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.7',
97+
version = '1.0.8',
9898
gramps_target_version = '5.0',
9999
status = STABLE,
100100
fname = 'gt_sandclock.py',
@@ -116,7 +116,7 @@
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.7',
119+
version = '1.0.8',
120120
gramps_target_version = '5.0',
121121
status = STABLE,
122122
fname = 'gt_sandclock.py',

0 commit comments

Comments
 (0)