Skip to content

Commit

Permalink
Bump to 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 13, 2024
1 parent 3d860ed commit 1dfc1be
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 = False
VERSION_TUPLE = (5, 2, 3)
DEV_VERSION = True
VERSION_TUPLE = (5, 2, 4)
VERSION_QUALIFIER = ""
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 comments on commit 1dfc1be

Please sign in to comment.