From 374e24dc2c8c1f306649fcb22d201b1aac7a114d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 10 Apr 2012 09:11:50 +0000 Subject: [PATCH] version bump; upgrade "gramps_target_version" (part1) svn: r19285 --- src/plugins/bookreport.gpr.py | 2 +- src/plugins/docgen/docgen.gpr.py | 18 +++++----- src/plugins/drawreport/drawplugins.gpr.py | 20 ++++++------ src/plugins/export/export.gpr.py | 16 ++++----- src/plugins/gramplet/gramplet.gpr.py | 40 +++++++++++------------ src/plugins/graph/graphplugins.gpr.py | 6 ++-- src/plugins/import/import.gpr.py | 16 ++++----- src/plugins/lib/libplugins.gpr.py | 34 +++++++++---------- src/plugins/mapservices/mapservice.gpr.py | 6 ++-- src/plugins/records.gpr.py | 4 +-- 10 files changed, 81 insertions(+), 81 deletions(-) diff --git a/src/plugins/bookreport.gpr.py b/src/plugins/bookreport.gpr.py index 134c3a5a2..e1791297b 100644 --- a/src/plugins/bookreport.gpr.py +++ b/src/plugins/bookreport.gpr.py @@ -31,7 +31,7 @@ id = 'book', name = _("Book Report"), description = _("Produces a book containing several reports."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'BookReport.py', authors = ["Alex Roitman"], diff --git a/src/plugins/docgen/docgen.gpr.py b/src/plugins/docgen/docgen.gpr.py index d92c1ca94..bf751c3eb 100644 --- a/src/plugins/docgen/docgen.gpr.py +++ b/src/plugins/docgen/docgen.gpr.py @@ -31,7 +31,7 @@ plg.id = 'asciidoc' plg.name = _("Plain Text") plg.description = _("Generates documents in plain text format (.txt).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'AsciiDoc.py' plg.ptype = DOCGEN @@ -51,7 +51,7 @@ plg.id = 'gtkprint' plg.name = _('Print...') plg.description = _("Generates documents and prints them directly.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'GtkPrint.py' plg.ptype = DOCGEN @@ -71,7 +71,7 @@ plg.id = 'htmldoc' plg.name = _('HTML') plg.description = _("Generates documents in HTML format.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'HtmlDoc.py' plg.ptype = DOCGEN @@ -91,7 +91,7 @@ plg.id = 'latexdoc' plg.name = _('LaTeX') plg.description = _("Generates documents in LaTeX format.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'LaTeXDoc.py' plg.ptype = DOCGEN @@ -112,7 +112,7 @@ plg.name = _('OpenDocument Text') plg.description = _("Generates documents in OpenDocument " "Text format (.odt).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ODFDoc.py' plg.ptype = DOCGEN @@ -132,7 +132,7 @@ plg.id = 'pdfdoc' plg.name = _('PDF document') plg.description = _("Generates documents in PDF format (.pdf).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'PdfDoc.py' plg.ptype = DOCGEN @@ -152,7 +152,7 @@ plg.id = 'psdrawdoc' plg.name = _('PostScript') plg.description = _("Generates documents in PostScript format (.ps).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'PSDrawDoc.py' plg.ptype = DOCGEN @@ -172,7 +172,7 @@ plg.id = 'rftdoc' plg.name = _('RTF document') plg.description = _("Generates documents in Rich Text format (.rtf).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'RTFDoc.py' plg.ptype = DOCGEN @@ -193,7 +193,7 @@ plg.name = _('SVG document') plg.description = _("Generates documents in Scalable " "Vector Graphics format (.svg).") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'SvgDrawDoc.py' plg.ptype = DOCGEN diff --git a/src/plugins/drawreport/drawplugins.gpr.py b/src/plugins/drawreport/drawplugins.gpr.py index 90b781eba..ee4c21bfb 100644 --- a/src/plugins/drawreport/drawplugins.gpr.py +++ b/src/plugins/drawreport/drawplugins.gpr.py @@ -32,7 +32,7 @@ plg.id = 'ancestor_chart,BKI' plg.name = _("Ancestor Chart") plg.description = _("Produces a graphical ancestral chart") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'AncestorTree.py' plg.ptype = REPORT @@ -48,7 +48,7 @@ plg.id = 'ancestor_chart' plg.name = _("Ancestor Tree") plg.description = _("Produces a graphical ancestral tree") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'AncestorTree.py' plg.ptype = REPORT @@ -70,7 +70,7 @@ plg.id = 'calendar' plg.name = _("Calendar") plg.description = _("Produces a graphical calendar") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'Calendar.py' plg.ptype = REPORT @@ -92,7 +92,7 @@ plg.id = 'descend_chart,BKI' plg.name = _("Descendant Chart") plg.description = _("Produces a graphical descendant chart") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT @@ -108,7 +108,7 @@ plg.id = 'descend_chart' plg.name = _("Descendant Tree") plg.description = _("Produces a graphical descendant tree") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT @@ -134,7 +134,7 @@ plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT plg.category = CATEGORY_DRAW -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.authors = ["Craig J. Anderson"] plg.authors_email = ["ander882@hotmail.com"] plg.require_active = True @@ -151,7 +151,7 @@ plg.status = STABLE plg.fname = 'DescendTree.py' plg.ptype = REPORT plg.category = CATEGORY_DRAW -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.authors = ["Craig J. Anderson"] plg.authors_email = ["ander882@hotmail.com"] plg.require_active = True @@ -170,7 +170,7 @@ plg.id = 'fan_chart' plg.name = _("Fan Chart") plg.description = _("Produces fan charts") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'FanChart.py' plg.ptype = REPORT @@ -193,7 +193,7 @@ plg.name = _("Statistics Charts") plg.description = _("Produces statistical bar and pie charts of the people " "in the database") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'StatisticsChart.py' plg.ptype = REPORT @@ -216,7 +216,7 @@ plg.id = 'timeline' plg.name = _("Timeline Chart") plg.description = _("Produces a timeline chart.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'TimeLine.py' plg.ptype = REPORT diff --git a/src/plugins/export/export.gpr.py b/src/plugins/export/export.gpr.py index bc5fb02aa..1c5e2fc80 100644 --- a/src/plugins/export/export.gpr.py +++ b/src/plugins/export/export.gpr.py @@ -32,7 +32,7 @@ plg.name = _("Comma Separated Values Spreadsheet (CSV)") plg.name_accell = _("Comma _Separated Values Spreadsheet (CSV)") plg.description = _("CSV is a common spreadsheet format.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportCsv.py' plg.ptype = EXPORT @@ -53,7 +53,7 @@ plg.name = _('Web Family Tree') plg.name_accell = _('_Web Family Tree') plg.description = _("Web Family Tree format") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportFtree.py' plg.ptype = EXPORT @@ -75,7 +75,7 @@ plg.name_accell = _('GE_DCOM') plg.description = _('GEDCOM is used to transfer data between genealogy programs. ' 'Most genealogy software will accept a GEDCOM file as input.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportGedcom.py' plg.ptype = EXPORT @@ -96,7 +96,7 @@ plg.name = _('GeneWeb') plg.name_accell = _('_GeneWeb') plg.description = _('GeneWeb is a web based genealogy program.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportGeneWeb.py' plg.ptype = EXPORT @@ -118,7 +118,7 @@ plg.name_accell = _('Gra_mps XML Package (family tree and media)') plg.description = _('Gramps package is an archived XML family tree together ' 'with the media object files.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportPkg.py' plg.ptype = EXPORT @@ -141,7 +141,7 @@ plg.description = _('Gramps XML export is a complete archived XML backup of a' ' Gramps family tree without the media object files.' ' Suitable for backup purposes.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportXml.py' plg.ptype = EXPORT @@ -162,7 +162,7 @@ plg.name = _('vCalendar') plg.name_accell = _('vC_alendar') plg.description = _('vCalendar is used in many calendaring and PIM applications.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportVCalendar.py' plg.ptype = EXPORT @@ -183,7 +183,7 @@ plg.name = _('vCard') plg.name_accell = _('_vCard') plg.description = _('vCard is used in many addressbook and pim applications.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ExportVCard.py' plg.ptype = EXPORT diff --git a/src/plugins/gramplet/gramplet.gpr.py b/src/plugins/gramplet/gramplet.gpr.py index 062de82ea..2155a0cf1 100644 --- a/src/plugins/gramplet/gramplet.gpr.py +++ b/src/plugins/gramplet/gramplet.gpr.py @@ -30,7 +30,7 @@ register(GRAMPLET, name=_("Age on Date"), description = _("Gramplet showing ages of living people on a specific date"), version="2.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", status = STABLE, fname="AgeOnDateGramplet.py", height=200, @@ -51,7 +51,7 @@ register(GRAMPLET, detached_width = 600, detached_height = 450, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -67,7 +67,7 @@ register(GRAMPLET, detached_width = 325, detached_height = 250, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", navtypes=["Person"], ) @@ -81,7 +81,7 @@ register(GRAMPLET, gramplet = 'CalendarGramplet', gramplet_title=_("Calendar"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -97,7 +97,7 @@ register(GRAMPLET, detached_width = 500, detached_height = 500, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", navtypes=["Person"], ) @@ -114,7 +114,7 @@ register(GRAMPLET, detached_width = 475, gramplet_title=_("Fan Chart"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", navtypes=["Person"], ) @@ -128,7 +128,7 @@ register(GRAMPLET, gramplet = 'FAQGramplet', gramplet_title=_("FAQ"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -142,7 +142,7 @@ register(GRAMPLET, gramplet = 'GivenNameCloudGramplet', gramplet_title=_("Given Name Cloud"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -158,7 +158,7 @@ register(GRAMPLET, detached_width = 600, detached_height = 400, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", navtypes=["Person"], ) @@ -173,7 +173,7 @@ register(GRAMPLET, gramplet = 'PluginManagerGramplet', gramplet_title=_("Plugin Manager"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -189,7 +189,7 @@ register(GRAMPLET, detached_width = 600, detached_height = 400, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -204,7 +204,7 @@ register(GRAMPLET, detached_width = 250, detached_height = 300, version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", navtypes=["Person"], ) @@ -219,7 +219,7 @@ register(GRAMPLET, gramplet = 'LogGramplet', gramplet_title=_("Session Log"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -233,7 +233,7 @@ register(GRAMPLET, gramplet = 'StatsGramplet', gramplet_title=_("Statistics"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -247,7 +247,7 @@ register(GRAMPLET, gramplet = 'SurnameCloudGramplet', gramplet_title=_("Surname Cloud"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -261,7 +261,7 @@ register(GRAMPLET, gramplet = 'TODOGramplet', gramplet_title=_("TODO List"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -274,7 +274,7 @@ register(GRAMPLET, gramplet = 'TopSurnamesGramplet', gramplet_title=_("Top Surnames"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -288,7 +288,7 @@ register(GRAMPLET, gramplet = 'WelcomeGramplet', gramplet_title=_("Welcome to Gramps!"), version="1.0.1", - gramps_target_version="3.4", + gramps_target_version="3.5", ) register(GRAMPLET, @@ -302,7 +302,7 @@ register(GRAMPLET, gramplet = 'WhatNextGramplet', gramplet_title = _("What's Next?"), version="1.0.0", - gramps_target_version="3.4", + gramps_target_version="3.5", ) #------------------------------------------------------------------------ @@ -319,7 +319,7 @@ register(GRAMPLET, detached_width = 510, detached_height = 550, version = '1.5.0', - gramps_target_version = '3.4', + gramps_target_version = '3.5', status = STABLE, fname = "EditExifMetadata.py", help_url = "Edit Image Exif Metadata", diff --git a/src/plugins/graph/graphplugins.gpr.py b/src/plugins/graph/graphplugins.gpr.py index 48502f3d2..f5ca8a4e7 100644 --- a/src/plugins/graph/graphplugins.gpr.py +++ b/src/plugins/graph/graphplugins.gpr.py @@ -31,7 +31,7 @@ plg.id = 'familylines_graph' plg.name = _("Family Lines Graph") plg.description = _("Produces family line graphs using GraphViz.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'GVFamilyLines.py' plg.ptype = REPORT @@ -54,7 +54,7 @@ plg.id = 'hourglass_graph' plg.name = _("Hourglass Graph") plg.description = _("Produces an hourglass graph using Graphviz.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'GVHourGlass.py' plg.ptype = REPORT @@ -76,7 +76,7 @@ plg.id = 'rel_graph' plg.name = _("Relationship Graph") plg.description = _("Produces relationship graphs using Graphviz.") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'GVRelGraph.py' plg.ptype = REPORT diff --git a/src/plugins/import/import.gpr.py b/src/plugins/import/import.gpr.py index cde4add9c..ef57e3885 100644 --- a/src/plugins/import/import.gpr.py +++ b/src/plugins/import/import.gpr.py @@ -33,7 +33,7 @@ plg.id = 'im_csv' plg.name = _("Comma Separated Values Spreadsheet (CSV)") plg.description = _("Import data from CSV files") plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportCsv.py' plg.ptype = IMPORT @@ -52,7 +52,7 @@ plg.name = _('GEDCOM') plg.description = _('GEDCOM is used to transfer data between genealogy programs. ' 'Most genealogy software will accept a GEDCOM file as input.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportGedcom.py' plg.ptype = IMPORT @@ -70,7 +70,7 @@ plg.id = 'im_geneweb' plg.name = _('GeneWeb') plg.description = _('Import data from GeneWeb files') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportGeneWeb.py' plg.ptype = IMPORT @@ -89,7 +89,7 @@ plg.name = _('Gramps package (portable XML)') plg.description = _('Import data from a Gramps package (an archived XML ' 'family tree together with the media object files.)') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportGpkg.py' plg.ptype = IMPORT @@ -110,7 +110,7 @@ plg.description = _('The Gramps XML format is a text ' 'read-write compatible with the ' 'present Gramps database format.') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportXml.py' plg.ptype = IMPORT @@ -128,7 +128,7 @@ plg.id = 'im_grdb' plg.name = _('Gramps 2.x database') plg.description = _('Import data from Gramps 2.x database files') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportGrdb.py' plg.ptype = IMPORT @@ -146,7 +146,7 @@ plg.id = 'im_progen' plg.name = _('Pro-Gen') plg.description = _('Import data from Pro-Gen files') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportProGen.py' plg.ptype = IMPORT @@ -164,7 +164,7 @@ plg.id = 'im_vcard' plg.name = _('vCard') plg.description = _('Import data from vCard files') plg.version = '1.0' -plg.gramps_target_version = '3.4' +plg.gramps_target_version = '3.5' plg.status = STABLE plg.fname = 'ImportVCard.py' plg.ptype = IMPORT diff --git a/src/plugins/lib/libplugins.gpr.py b/src/plugins/lib/libplugins.gpr.py index 962cd5d79..c156f2db0 100644 --- a/src/plugins/lib/libplugins.gpr.py +++ b/src/plugins/lib/libplugins.gpr.py @@ -32,7 +32,7 @@ name = "Cairodoc lib", description = _("Provides a library for using Cairo to " "generate documents."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libcairodoc.py', authors = ["The Gramps project"], @@ -50,7 +50,7 @@ id = 'libformatting', name = "FormattingHelper lib", description = _("Provides a FormattingHelper class for common strings"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libformatting.py', authors = ["The Gramps project"], @@ -68,7 +68,7 @@ id = 'libgedcom', name = "GEDCOM library", description = _("Provides GEDCOM processing functionality"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libgedcom.py', authors = ["The Gramps project"], @@ -86,7 +86,7 @@ name = "Grampsxml lib", description = _("Provides common functionality for Gramps XML " "import/export."), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libgrampsxml.py', authors = ["The Gramps project"], @@ -104,7 +104,7 @@ id = 'libgrdb', name = "grdb lib", description = _("Base class for ImportGrdb") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libgrdb.py', authors = ["The Gramps project"], @@ -122,7 +122,7 @@ id = 'libholiday', name = "holiday lib", description = _("Provides holiday information for different countries.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libholiday.py', authors = ["The Gramps project"], @@ -140,7 +140,7 @@ id = 'libhtmlbackend', name = "htmlbackend lib", description = _("Manages a HTML file implementing DocBackend.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libhtmlbackend.py', authors = ["The Gramps project"], @@ -158,7 +158,7 @@ id = 'libhtmlconst', name = "htmlconst lib", description = _("Common constants for html files.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libhtmlconst.py', authors = ["The Gramps project"], @@ -176,7 +176,7 @@ id = 'libhtml', name = "html lib", description = _("Manages an HTML DOM tree.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libhtml.py', authors = ["Gerald Britton"], @@ -194,7 +194,7 @@ id = 'libmapservice', name = "mapservice lib", description = _("Provides base functionality for map services.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libmapservice.py', authors = ["The Gramps project"], @@ -211,7 +211,7 @@ id = 'libnarrate', name = "narration lib", description = _("Provides Textual Narration.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libnarrate.py', authors = ["Brian Matherly"], @@ -228,7 +228,7 @@ id = 'libodfbackend', name = "odfbackend lib", description = _("Manages an ODF file implementing DocBackend.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libodfbackend.py', authors = ["The Gramps project"], @@ -245,7 +245,7 @@ id = 'libtranslate', name = "translation lib", description = _("Provides Textual Translation.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libtranslate.py', authors = ["Brian Matherly"], @@ -262,7 +262,7 @@ id = 'libpersonview', name = "person list lib", description = _("Provides the Base needed for the List People views.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libpersonview.py', authors = ["The Gramps project"], @@ -279,7 +279,7 @@ id = 'libplaceview', name = "place list lib", description = _("Provides the Base needed for the List Place views.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libplaceview.py', authors = ["The Gramps project"], @@ -296,7 +296,7 @@ id = 'libsubstkeyword', name = "Substitution Values", description = _("Provides variable substitution on display lines.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libsubstkeyword.py', authors = ["The Gramps project"], @@ -313,7 +313,7 @@ name = "Graphical report lib", description = _("Provides the base needed for the ancestor and " "descendant graphical reports.") , version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'libtreebase.py', authors = ["The Gramps project"], diff --git a/src/plugins/mapservices/mapservice.gpr.py b/src/plugins/mapservices/mapservice.gpr.py index 12222fdfa..180e3efec 100644 --- a/src/plugins/mapservices/mapservice.gpr.py +++ b/src/plugins/mapservices/mapservice.gpr.py @@ -31,7 +31,7 @@ id = 'EniroMaps', name = _("EniroMaps"), description = _("Opens on kartor.eniro.se"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'eniroswedenmap.py', authors = ["Peter Landgren"], @@ -50,7 +50,7 @@ id = 'GoogleMaps', name = _("GoogleMaps"), description = _("Open on maps.google.com"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'googlemap.py', authors = ["Benny Malengier"], @@ -69,7 +69,7 @@ id = 'OpenStreetMap', name = _("OpenStreetMap"), description = _("Open on openstreetmap.org"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'openstreetmap.py', authors = ["Benny Malengier"], diff --git a/src/plugins/records.gpr.py b/src/plugins/records.gpr.py index 857a084fa..bf4387a4a 100644 --- a/src/plugins/records.gpr.py +++ b/src/plugins/records.gpr.py @@ -32,7 +32,7 @@ id = 'records', name = _("Records Report"), description = _("Shows some interesting records about people and families"), version = '1.1', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'Records.py', authors = [u"Reinhard Müller"], @@ -48,7 +48,7 @@ id = 'Records Gramplet', name = _("Records Gramplet"), description = _("Shows some interesting records about people and families"), version = '1.0', -gramps_target_version = '3.4', +gramps_target_version = '3.5', status = STABLE, fname = 'Records.py', authors = [u"Reinhard Müller"],