Version 5.0.0-alpha1

This commit is contained in:
Doug Blank 2016-06-04 07:24:40 -04:00
parent 306f3abd01
commit 7b60b140c0
2 changed files with 3 additions and 3 deletions

View File

@ -19,5 +19,6 @@
# #
VERSION_TUPLE = (5, 0, 0) VERSION_TUPLE = (5, 0, 0)
VERSION = '.'.join(map(str,VERSION_TUPLE)) VERSION_QUALIFIER = "-alpha1"
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1]) major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

View File

@ -471,14 +471,13 @@ setup(name = 'gramps',
data_files = data_files, data_files = data_files,
scripts = ['scripts/gramps'], scripts = ['scripts/gramps'],
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 3 - Alpha",
"Environment :: Console", "Environment :: Console",
"Environment :: MacOS X", "Environment :: MacOS X",
"Environment :: Plugins", "Environment :: Plugins",
"Environment :: Web Environment", "Environment :: Web Environment",
"Environment :: Win32 (MS Windows)", "Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications :: GTK", "Environment :: X11 Applications :: GTK",
"Framework :: Django",
"Intended Audience :: Education", "Intended Audience :: Education",
"Intended Audience :: End Users/Desktop", "Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience", "Intended Audience :: Other Audience",