Update version to 6.1

This commit is contained in:
Nick Hall
2026-04-18 23:46:29 +01:00
parent b4ffb385a2
commit a76b66e67c
25 changed files with 31 additions and 31 deletions

View File

@@ -20,9 +20,9 @@ name: Gramps CI
on:
push:
branches: [ master ]
branches: [ maintenance/gramps61 ]
pull_request:
branches: [ master ]
branches: [ maintenance/gramps61 ]
jobs:
build:
@@ -61,9 +61,9 @@ jobs:
- name: Install addons
run: |
mkdir -p ~/.local/share/gramps/gramps60/plugins/
wget https://github.com/gramps-project/addons/raw/master/gramps60/download/CliMerge.addon.tgz
wget https://github.com/gramps-project/addons/raw/master/gramps61/download/CliMerge.addon.tgz
tar -C ~/.local/share/gramps/gramps60/plugins/ -xzf CliMerge.addon.tgz
wget https://github.com/gramps-project/addons/raw/master/gramps60/download/ExportRaw.addon.tgz
wget https://github.com/gramps-project/addons/raw/master/gramps61/download/ExportRaw.addon.tgz
tar -C ~/.local/share/gramps/gramps60/plugins/ -xzf ExportRaw.addon.tgz
- name: Build
run: |

View File

@@ -65,9 +65,9 @@ author = "Donald N. Allingham"
# built documents.
#
# The short X.Y version.
version = "6.0"
version = "6.1"
# The full version, including alpha/beta/rc tags.
release = "6.0.0"
release = "6.1.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -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 = "6.0"
plg.gramps_target_version = "6.1"
plg.status = STABLE
plg.fname = "bsddb.py"
plg.ptype = DATABASE

View File

@@ -28,7 +28,7 @@ register(
name_accell=_("_SQLite Database"),
description=_("SQLite Database"),
version="1.0.0",
gramps_target_version="6.0",
gramps_target_version="6.1",
status=STABLE,
fname="sqlite.py",
databaseclass="SQLite",

View File

@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -22,7 +22,7 @@ from gramps.gen.const import URL_MANUAL_PAGE, GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
REPORTS_HELP = URL_MANUAL_PAGE + "_-_Reports#Graphical_Reports"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -25,9 +25,9 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
GRAMPLET_HELP = _("Gramps_6.0_Wiki_Manual_-_Gramplets#Gramplet_List")
DEBUG_HELP = _("Gramps_6.0_Wiki_Manual_-_Tools#Debug")
MODULE_VERSION = "6.1"
GRAMPLET_HELP = _("Gramps_6.1_Wiki_Manual_-_Gramplets#Gramplet_List")
DEBUG_HELP = _("Gramps_6.1_Wiki_Manual_-_Tools#Debug")
# ------------------------------------------------------------------------
#

View File

@@ -21,7 +21,7 @@ from gramps.gen.const import URL_MANUAL_PAGE, GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
REPORTS_HELP = URL_MANUAL_PAGE + "_-_Reports#Graphs"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -22,7 +22,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -22,7 +22,7 @@ from gramps.gen.const import URL_MANUAL_PAGE, GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
QUICKVIEWS_HELP = URL_MANUAL_PAGE + "_-_Reports#Quick_Views"
# ------------------------------------------------------------------------

View File

@@ -22,7 +22,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
#
# Relationship calculators

View File

@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -22,7 +22,7 @@ from gramps.gen.const import URL_MANUAL_PAGE, GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
REPORTS_HELP = URL_MANUAL_PAGE + "_-_Reports#Text_Reports"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -26,7 +26,7 @@ TOOLS_HELP = URL_MANUAL_PAGE + "_-_Navigation#Tools"
GRAMPS registration file
"""
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -26,7 +26,7 @@ DEBUG_HELP = URL_MANUAL_PAGE + "_-_Tools#Debug"
GRAMPS registration file
"""
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

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

View File

@@ -24,7 +24,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -21,7 +21,7 @@ from gramps.gen.const import URL_MANUAL_PAGE, GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
REPORTS_HELP = URL_MANUAL_PAGE + "_-_Reports#Web_Pages"
# ------------------------------------------------------------------------

View File

@@ -23,7 +23,7 @@ _ = glocale.translation.gettext
# plugins/webstuff/webstuff.gpr.py
MODULE_VERSION = "6.0"
MODULE_VERSION = "6.1"
# ------------------------------------------------------------------------
#

View File

@@ -18,7 +18,7 @@
#
DEV_VERSION = True
VERSION_TUPLE = (6, 0, 0)
VERSION_TUPLE = (6, 1, 0)
VERSION_QUALIFIER = ""
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])