Skip to content

Commit

Permalink
Release Gramps 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prculley committed Jan 10, 2020
1 parent 1307405 commit 32c700c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
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"

#
Expand Down Expand Up @@ -225,7 +225,7 @@
#
#-------------------------------------------------------------------------
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.")
Expand Down
2 changes: 1 addition & 1 deletion gramps/gui/grampsgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 32c700c

Please sign in to comment.