Skip to content

Commit

Permalink
Update version to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jan 22, 2025
1 parent eeed2ec commit f1a6d55
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
sudo apt-get install python3-setuptools
- name: Install addons
run: |
mkdir -p ~/.gramps/gramps52/plugins/
wget https://github.com/gramps-project/addons/raw/master/gramps52/download/CliMerge.addon.tgz
tar -C ~/.gramps/gramps52/plugins -xzf CliMerge.addon.tgz
wget https://github.com/gramps-project/addons/raw/master/gramps52/download/ExportRaw.addon.tgz
tar -C ~/.gramps/gramps52/plugins -xzf ExportRaw.addon.tgz
mkdir -p ~/.gramps/gramps60/plugins/
wget https://github.com/gramps-project/addons/raw/master/gramps60/download/CliMerge.addon.tgz
tar -C ~/.gramps/gramps60/plugins -xzf CliMerge.addon.tgz
wget https://github.com/gramps-project/addons/raw/master/gramps60/download/ExportRaw.addon.tgz
tar -C ~/.gramps/gramps60/plugins -xzf ExportRaw.addon.tgz
- name: Build
run: |
python3 setup.py build
Expand Down
4 changes: 2 additions & 2 deletions gramps/gen/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ def emit(key):
register("behavior.web-search-url", "http://google.com/#&q=%(text)s")
register(
"behavior.addons-url",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps53",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps60",
)
register(
"behavior.addons-projects",
[
[
"Gramps",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps53",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps60",
True,
]
],
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/cite/cite.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/db/bsddb/bsddb.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
plg.name_accell = _("_BSDDB Database")
plg.description = _("Berkeley Software Distribution Database Backend")
plg.version = "2.0"
plg.gramps_target_version = "5.3"
plg.gramps_target_version = "6.0"
plg.status = STABLE
plg.fname = "bsddb.py"
plg.ptype = DATABASE
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/db/dbapi/sqlite.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
name_accell=_("_SQLite Database"),
description=_("SQLite Database"),
version="1.0.0",
gramps_target_version="5.3",
gramps_target_version="6.0",
status=STABLE,
fname="sqlite.py",
databaseclass="SQLite",
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/docgen/docgen.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/drawreport/drawplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/export/export.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
6 changes: 3 additions & 3 deletions gramps/plugins/gramplet/gramplet.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
GRAMPLET_HELP = _("Gramps_5.3_Wiki_Manual_-_Gramplets#Gramplet_List")
DEBUG_HELP = _("Gramps_5.3_Wiki_Manual_-_Tools#Debug")
MODULE_VERSION = "6.0"
GRAMPLET_HELP = _("Gramps_6.0_Wiki_Manual_-_Gramplets#Gramplet_List")
DEBUG_HELP = _("Gramps_6.0_Wiki_Manual_-_Tools#Debug")

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/graph/graphplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/importer/import.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/lib/libplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/mapservices/mapservice.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/quickview/quickview.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/rel/relplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

#
# Relationship calculators
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/sidebar/sidebar.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/textreport/textplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/thumbnailer/thumb.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/tool/tools.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
GRAMPS registration file
"""

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/tool/toolsdebug.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
GRAMPS registration file
"""

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/view/geography.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# pylint: disable=bad-whitespace
# pylint: disable=bad-whitespace

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

from gi import Repository
from gramps.gen.const import GRAMPS_LOCALE as glocale
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/view/view.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/webreport/webplugins.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

_ = glocale.translation.gettext

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/plugins/webstuff/webstuff.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# plugins/webstuff/webstuff.gpr.py

MODULE_VERSION = "5.3"
MODULE_VERSION = "6.0"

# ------------------------------------------------------------------------
#
Expand Down
2 changes: 1 addition & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#

DEV_VERSION = True
VERSION_TUPLE = (5, 3, 0)
VERSION_TUPLE = (6, 0, 0)
VERSION_QUALIFIER = ""
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 comments on commit f1a6d55

Please sign in to comment.