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.use-tips', False)
|
||||||
register('behavior.welcome', 100)
|
register('behavior.welcome', 100)
|
||||||
register('behavior.web-search-url', 'http://google.com/#&q=%(text)s')
|
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.backend', 'sqlite')
|
||||||
register('database.compress-backup', True)
|
register('database.compress-backup', True)
|
||||||
|
@ -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 = '2.0'
|
plg.version = '2.0'
|
||||||
plg.gramps_target_version = "5.1"
|
plg.gramps_target_version = "5.2"
|
||||||
plg.status = STABLE
|
plg.status = STABLE
|
||||||
plg.fname = 'bsddb.py'
|
plg.fname = 'bsddb.py'
|
||||||
plg.ptype = DATABASE
|
plg.ptype = DATABASE
|
||||||
|
@ -27,7 +27,7 @@ register(DATABASE,
|
|||||||
name_accell=_('_SQLite Database'),
|
name_accell=_('_SQLite Database'),
|
||||||
description=_('SQLite Database'),
|
description=_('SQLite Database'),
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
gramps_target_version='5.1',
|
gramps_target_version='5.2',
|
||||||
status=STABLE,
|
status=STABLE,
|
||||||
fname='sqlite.py',
|
fname='sqlite.py',
|
||||||
databaseclass='SQLite',
|
databaseclass='SQLite',
|
||||||
|
@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE
|
|||||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
# 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
# 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Relationship calculators
|
# Relationship calculators
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ _ = glocale.translation.gettext
|
|||||||
GRAMPS registration file
|
GRAMPS registration file
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -25,7 +25,7 @@ _ = glocale.translation.gettext
|
|||||||
GRAMPS registration file
|
GRAMPS registration file
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
# pylint: disable=bad-whitespace
|
# pylint: disable=bad-whitespace
|
||||||
# pylint: disable=bad-whitespace
|
# pylint: disable=bad-whitespace
|
||||||
|
|
||||||
MODULE_VERSION = "5.1"
|
MODULE_VERSION = "5.2"
|
||||||
|
|
||||||
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
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = 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
|
from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.gettext
|
||||||
|
|
||||||
MODULE_VERSION="5.1"
|
MODULE_VERSION="5.2"
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -23,7 +23,7 @@ _ = glocale.translation.gettext
|
|||||||
|
|
||||||
# plugins/webstuff/webstuff.gpr.py
|
# 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.
|
# 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_QUALIFIER = ""
|
||||||
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
|
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
|
||||||
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
|
||||||
|
2
setup.py
2
setup.py
@ -403,7 +403,7 @@ setup(name = 'gramps',
|
|||||||
data_files = data_files,
|
data_files = data_files,
|
||||||
scripts = ['scripts/gramps'],
|
scripts = ['scripts/gramps'],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 1 - Planning",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Environment :: MacOS X",
|
"Environment :: MacOS X",
|
||||||
"Environment :: Plugins",
|
"Environment :: Plugins",
|
||||||
|
Loading…
Reference in New Issue
Block a user