Bump all version numbers to 5.2
This commit is contained in:
parent
9938c71a1c
commit
bb1c784d04
@ -157,7 +157,7 @@ register('behavior.translator-needed', True)
|
||||
register('behavior.use-tips', False)
|
||||
register('behavior.welcome', 100)
|
||||
register('behavior.web-search-url', 'http://google.com/#&q=%(text)s')
|
||||
register('behavior.addons-url', "https://raw.githubusercontent.com/gramps-project/addons/master/gramps51")
|
||||
register('behavior.addons-url', "https://raw.githubusercontent.com/gramps-project/addons/master/gramps52")
|
||||
|
||||
register('database.backend', 'sqlite')
|
||||
register('database.compress-backup', True)
|
||||
|
@ -27,7 +27,7 @@ plg.name = _("BSDDB")
|
||||
plg.name_accell = _("_BSDDB Database")
|
||||
plg.description = _("Berkeley Software Distribution Database Backend")
|
||||
plg.version = '2.0'
|
||||
plg.gramps_target_version = "5.1"
|
||||
plg.gramps_target_version = "5.2"
|
||||
plg.status = STABLE
|
||||
plg.fname = 'bsddb.py'
|
||||
plg.ptype = DATABASE
|
||||
|
@ -27,7 +27,7 @@ register(DATABASE,
|
||||
name_accell=_('_SQLite Database'),
|
||||
description=_('SQLite Database'),
|
||||
version='1.0.0',
|
||||
gramps_target_version='5.1',
|
||||
gramps_target_version='5.2',
|
||||
status=STABLE,
|
||||
fname='sqlite.py',
|
||||
databaseclass='SQLite',
|
||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
||||
|
||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, EXPORT
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ from gramps.gen.plug._pluginreg import register, STABLE, UNSTABLE, GRAMPLET
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import *
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
||||
|
||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, IMPORT
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import register, STABLE, GENERAL
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, RELCALC
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#
|
||||
# Relationship calculators
|
||||
|
@ -20,7 +20,7 @@
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
||||
|
||||
|
@ -25,7 +25,7 @@ _ = glocale.translation.gettext
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -25,7 +25,7 @@ _ = glocale.translation.gettext
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -28,7 +28,7 @@
|
||||
# pylint: disable=bad-whitespace
|
||||
# pylint: disable=bad-whitespace
|
||||
|
||||
MODULE_VERSION = "5.1"
|
||||
MODULE_VERSION = "5.2"
|
||||
|
||||
from gi import Repository
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
@ -24,7 +24,7 @@
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import *
|
||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -23,7 +23,7 @@ _ = glocale.translation.gettext
|
||||
|
||||
# plugins/webstuff/webstuff.gpr.py
|
||||
|
||||
MODULE_VERSION="5.1"
|
||||
MODULE_VERSION="5.2"
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
|
||||
VERSION_TUPLE = (5, 1, 4)
|
||||
VERSION_TUPLE = (5, 2, 0)
|
||||
VERSION_QUALIFIER = ""
|
||||
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
|
||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||
|
Loading…
Reference in New Issue
Block a user