From 32c700c6bf4cee8e1393ccf7b91e2a15ede4b2de Mon Sep 17 00:00:00 2001 From: prculley Date: Fri, 10 Jan 2020 11:29:07 -0600 Subject: [PATCH] Release Gramps 5.1.2 --- gramps/gen/const.py | 4 ++-- gramps/gui/grampsgui.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index b45b60a5b..e6a68acfe 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -145,7 +145,7 @@ sys.path.insert(0, ROOT_DIR) git_revision = get_git_revision(ROOT_DIR).replace('\n', '') if sys.platform == 'win32' and git_revision == "": git_revision = get_git_revision(os.path.split(ROOT_DIR)[1]) -VERSION += git_revision +#VERSION += git_revision #VERSION += "-1" # @@ -225,7 +225,7 @@ GTK_GETTEXT_DOMAIN = 'gtk30' # #------------------------------------------------------------------------- COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \ - "© 2007-2019 The Gramps Developers" + "© 2007-2020 The Gramps Developers" COMMENTS = _("Gramps\n (Genealogical Research and Analysis " "Management Programming System)\n" "is a personal genealogy program.") diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index 1b603fdcf..5691480f0 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -490,7 +490,7 @@ def _display_welcome_message(parent=None): Display a welcome message to the user. (This docstring seems very legacy/historical, not accurate.) """ - _display_generic_message("master", 'behavior.betawarn', parent=parent) + #_display_generic_message("master", 'behavior.betawarn', parent=parent) def _display_generic_message(warning_type, config_key, parent=None): """