From bbdedb5097c72dcf5c639f8138d833dac26d8644 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Tue, 23 May 2017 19:49:23 +0100 Subject: [PATCH] Update a few missed version numbers --- gramps/plugins/db/bsddb/bsddb.gpr.py | 2 +- gramps/plugins/db/dbapi/dbapi.gpr.py | 2 +- gramps/plugins/db/dbapi/inmemorydb.gpr.py | 2 +- gramps/plugins/view/geography.gpr.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gramps/plugins/db/bsddb/bsddb.gpr.py b/gramps/plugins/db/bsddb/bsddb.gpr.py index 3c1a6f425..3abc7f28e 100644 --- a/gramps/plugins/db/bsddb/bsddb.gpr.py +++ b/gramps/plugins/db/bsddb/bsddb.gpr.py @@ -27,7 +27,7 @@ plg.name = _("BSDDB") plg.name_accell = _("_BSDDB Database") plg.description = _("Berkeley Software Distribution Database Backend") plg.version = '1.0' -plg.gramps_target_version = "5.0" +plg.gramps_target_version = "5.1" plg.status = STABLE plg.fname = 'bsddb.py' plg.ptype = DATABASE diff --git a/gramps/plugins/db/dbapi/dbapi.gpr.py b/gramps/plugins/db/dbapi/dbapi.gpr.py index ef442cfe9..42949b725 100644 --- a/gramps/plugins/db/dbapi/dbapi.gpr.py +++ b/gramps/plugins/db/dbapi/dbapi.gpr.py @@ -27,7 +27,7 @@ register(DATABASE, name_accell = _("DB-_API Database"), description = _("DB-API Database"), version = '1.0.32', - gramps_target_version = "5.0", + gramps_target_version = "5.1", status = STABLE, fname = 'dbapi.py', databaseclass = 'DBAPI', diff --git a/gramps/plugins/db/dbapi/inmemorydb.gpr.py b/gramps/plugins/db/dbapi/inmemorydb.gpr.py index 3db80b507..8700071b9 100644 --- a/gramps/plugins/db/dbapi/inmemorydb.gpr.py +++ b/gramps/plugins/db/dbapi/inmemorydb.gpr.py @@ -27,7 +27,7 @@ register(DATABASE, name_accell = _("In-_Memory Database"), description = _("In-Memory Database"), version = '1.0.0', - gramps_target_version = "5.0", + gramps_target_version = "5.1", status = STABLE, fname = 'inmemorydb.py', databaseclass = 'InMemoryDB', diff --git a/gramps/plugins/view/geography.gpr.py b/gramps/plugins/view/geography.gpr.py index 3d910c441..fb2a9db5d 100644 --- a/gramps/plugins/view/geography.gpr.py +++ b/gramps/plugins/view/geography.gpr.py @@ -28,7 +28,7 @@ # pylint: disable=bad-whitespace # pylint: disable=bad-whitespace -MODULE_VERSION = "5.0" +MODULE_VERSION = "5.1" from gi import Repository from gramps.gen.const import GRAMPS_LOCALE as glocale