Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions MediaReport/media_report.gpr.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2019 Matthias Kemmer <[email protected]>
# Copyright (C) 2019-2021 Matthias Kemmer
# Copyright (C) 2021 George Baynes
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -23,14 +24,14 @@
name = _("Media Report"),
description = _("Generates report including images, image data"
" and notes."),
version = '1.1.7',
version = '1.2.0',
gramps_target_version = "5.1",
status = STABLE,
fname = "media_report.py",
authors = ["Matthias Kemmer"],
authors_email = ["[email protected]"],
authors = ["Matthias Kemmer", "George Baynes"],
authors_email = ["[email protected]", "[email protected]"],
category = CATEGORY_TEXT,
reportclass = 'MediaReport',
optionclass = 'ReportOptions',
report_modes = [REPORT_MODE_CLI, REPORT_MODE_GUI],
report_modes = [REPORT_MODE_GUI],
)
Loading