Release Gramps 5.2.0-beta1

This commit is contained in:
Nick Hall 2023-08-01 13:51:15 +01:00
parent bb0ec9d45b
commit b08034f14d
3 changed files with 5 additions and 5 deletions

View File

@ -65,9 +65,9 @@ author = "Donald N. Allingham"
# built documents.
#
# The short X.Y version.
version = "5.1.0"
version = "5.2"
# The full version, including alpha/beta/rc tags.
release = "5.1.0"
release = "5.2.0-beta1"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -18,8 +18,8 @@
# 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 = ""
VERSION_QUALIFIER = "-beta1"
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

View File

@ -459,7 +459,7 @@ setup(
data_files=data_files,
scripts=["scripts/gramps"],
classifiers=[
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Plugins",