Update a few missed version numbers

This commit is contained in:
Nick Hall
2017-05-23 19:49:23 +01:00
parent dd0671b111
commit bbdedb5097
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ plg.name = _("BSDDB")
plg.name_accell = _("_BSDDB Database") plg.name_accell = _("_BSDDB Database")
plg.description = _("Berkeley Software Distribution Database Backend") plg.description = _("Berkeley Software Distribution Database Backend")
plg.version = '1.0' plg.version = '1.0'
plg.gramps_target_version = "5.0" plg.gramps_target_version = "5.1"
plg.status = STABLE plg.status = STABLE
plg.fname = 'bsddb.py' plg.fname = 'bsddb.py'
plg.ptype = DATABASE plg.ptype = DATABASE

View File

@@ -27,7 +27,7 @@ register(DATABASE,
name_accell = _("DB-_API Database"), name_accell = _("DB-_API Database"),
description = _("DB-API Database"), description = _("DB-API Database"),
version = '1.0.32', version = '1.0.32',
gramps_target_version = "5.0", gramps_target_version = "5.1",
status = STABLE, status = STABLE,
fname = 'dbapi.py', fname = 'dbapi.py',
databaseclass = 'DBAPI', databaseclass = 'DBAPI',

View File

@@ -27,7 +27,7 @@ register(DATABASE,
name_accell = _("In-_Memory Database"), name_accell = _("In-_Memory Database"),
description = _("In-Memory Database"), description = _("In-Memory Database"),
version = '1.0.0', version = '1.0.0',
gramps_target_version = "5.0", gramps_target_version = "5.1",
status = STABLE, status = STABLE,
fname = 'inmemorydb.py', fname = 'inmemorydb.py',
databaseclass = 'InMemoryDB', databaseclass = 'InMemoryDB',

View File

@@ -28,7 +28,7 @@
# pylint: disable=bad-whitespace # pylint: disable=bad-whitespace
# pylint: disable=bad-whitespace # pylint: disable=bad-whitespace
MODULE_VERSION = "5.0" MODULE_VERSION = "5.1"
from gi import Repository from gi import Repository
from gramps.gen.const import GRAMPS_LOCALE as glocale from gramps.gen.const import GRAMPS_LOCALE as glocale