Skip to content

Commit 707cfcb

Browse files
committed
Merge Form: drop column-size sum-to-100 warning#986
1 parent c93d9d9 commit 707cfcb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Form/CensusCheckQuickview.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'censuscheckquickview',
99
name = _("CensusCheck"),
1010
description= _("Check whether any Census events are missing for a person and some of their descendents"),
11-
version = '1.0.7',
11+
version = '1.0.8',
1212
gramps_target_version = '6.1',
1313
status = STABLE,
1414
fname = 'CensusCheckQuickview.py',
@@ -22,7 +22,7 @@
2222
id = 'censuscheckupquickview',
2323
name = _("CensusCheckUp"),
2424
description= _("Check whether any Census events are missing for a person and some of their ancestors"),
25-
version = '1.0.7',
25+
version = '1.0.8',
2626
gramps_target_version = '6.1',
2727
status = STABLE,
2828
fname = 'CensusCheckUpQuickview.py',

Form/formgramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
name=_("Form Gramplet"),
3232
description=_("Gramplet interface for Forms"),
3333
status=STABLE,
34-
version = '2.0.57',
34+
version = '2.0.58',
3535
gramps_target_version="6.1",
3636
navtypes=["Person"],
3737
fname="formgramplet.py",

0 commit comments

Comments
 (0)