Skip to content

Commit

Permalink
Bump to 5.2.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Aug 1, 2023
1 parent b08034f commit 4a1322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

DEV_VERSION = False
VERSION_TUPLE = (5, 2, 0)
VERSION_QUALIFIER = "-beta1"
VERSION_QUALIFIER = "-beta2"
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 comments on commit 4a1322a

Please sign in to comment.