mirror of
https://github.com/gramps-project/gramps.git
synced 2026-07-30 10:07:12 -04:00
Update version to 6.1
This commit is contained in:
8
.github/workflows/gramps-ci.yml
vendored
8
.github/workflows/gramps-ci.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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")
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -22,7 +22,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -20,7 +20,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -26,7 +26,7 @@ TOOLS_HELP = URL_MANUAL_PAGE + "_-_Navigation#Tools"
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -26,7 +26,7 @@ DEBUG_HELP = URL_MANUAL_PAGE + "_-_Tools#Debug"
|
||||
GRAMPS registration file
|
||||
"""
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,7 +24,7 @@ from gramps.gen.const import GRAMPS_LOCALE as glocale
|
||||
|
||||
_ = glocale.translation.gettext
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
@@ -23,7 +23,7 @@ _ = glocale.translation.gettext
|
||||
|
||||
# plugins/webstuff/webstuff.gpr.py
|
||||
|
||||
MODULE_VERSION = "6.0"
|
||||
MODULE_VERSION = "6.1"
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user