From a32905a322def409b091bacf7e3fb6d9236e18d9 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 23 Feb 2024 14:25:42 +0000 Subject: [PATCH] Update development status to production --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 90aee7a4a9..7e23f9a3ed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ author = "Donald N. Allingham" # The short X.Y version. version = "5.2" # The full version, including alpha/beta/rc tags. -release = "5.2.0-beta1" +release = "5.2.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c732c0b18e..9b674e775f 100755 --- a/setup.py +++ b/setup.py @@ -462,7 +462,7 @@ setup( data_files=data_files, scripts=["scripts/gramps"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: MacOS X", "Environment :: Plugins",