Skip to content

Commit 7830ebb

Browse files
committed
Merge Fix unhandled exception when omit duplicate option is used with index of names #765
1 parent 3c79b8a commit 7830ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DescendantBooks/DescendantBooks.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
id="DescendantBook",
2222
name=_("Descendant Book"),
2323
description=_("Produces one or more descendant reports based on a supplied query."),
24-
version = '1.1.33',
24+
version = '1.1.34',
2525
gramps_target_version="6.0",
2626
status=STABLE,
2727
fname="DescendantBookReport.py",
@@ -42,7 +42,7 @@
4242
description=_(
4343
"Produces one or more detailed descendant reports based on a supplied query."
4444
),
45-
version = '1.1.33',
45+
version = '1.1.34',
4646
gramps_target_version="6.0",
4747
status=STABLE,
4848
fname="DetailedDescendantBookReport.py",

0 commit comments

Comments
 (0)