Skip to content

Commit

Permalink
Release Gramps 5.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Feb 9, 2024
1 parent 743218e commit 98acb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/version.py
Expand Up @@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

DEV_VERSION = True
DEV_VERSION = False
VERSION_TUPLE = (5, 2, 0)
VERSION_QUALIFIER = "-rc1"
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
Expand Down

0 comments on commit 98acb65

Please sign in to comment.