Skip to content

Commit

Permalink
Bump all version numbers to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Aug 25, 2023
1 parent 6c1fe1b commit 892fc27
Show file tree
Hide file tree
Showing 25 changed files with 27 additions and 27 deletions.
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/gramps52",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps53",
)
register(
"behavior.addons-projects",
[
[
"Gramps",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps52",
"https://raw.githubusercontent.com/gramps-project/addons/master/gramps53",
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
plg.gramps_target_version = "5.3"
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.2",
gramps_target_version="5.3",
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# 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.2"
MODULE_VERSION = "5.3"

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

_ = glocale.translation.gettext

MODULE_VERSION = "5.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# 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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

#
# 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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# 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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
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.2"
MODULE_VERSION = "5.3"

# ------------------------------------------------------------------------
#
Expand Down
4 changes: 2 additions & 2 deletions 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, 2, 0)
VERSION_QUALIFIER = "-beta2"
VERSION_TUPLE = (5, 3, 0)
VERSION_QUALIFIER = ""
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def run(self):
data_files=data_files,
scripts=["scripts/gramps"],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Plugins",
Expand Down

0 comments on commit 892fc27

Please sign in to comment.