Skip to content

Commit

Permalink
Release Gramps 6.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Feb 4, 2025
1 parent 52c835e commit 5a76f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

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

0 comments on commit 5a76f63

Please sign in to comment.