Skip to content

Commit e1caa89

Browse files
authored
gramps version updatesd
1 parent 57c2951 commit e1caa89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SourcesCitationsReport/SourcesCitationsReport.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
plg.name = _("Sources and Citations Report")
1010
plg.description = _("Provides a source and Citations Report with notes")
1111
plg.version = '3.6.0'
12-
plg.gramps_target_version = '5.0'
12+
plg.gramps_target_version = '5.1'
1313
plg.status = STABLE
1414
plg.fname = 'SourcesCitationsReport.py'
1515
plg.ptype = REPORT
@@ -19,4 +19,4 @@
1919
plg.reportclass = 'SourcesCitationsReport'
2020
plg.optionclass = 'SourcesCitationsOptions'
2121
plg.report_modes = [REPORT_MODE_GUI, REPORT_MODE_BKI, REPORT_MODE_CLI]
22-
plg.require_active = False
22+
plg.require_active = False

0 commit comments

Comments
 (0)