Version 5.0.0-alpha1
This commit is contained in:
parent
306f3abd01
commit
7b60b140c0
@ -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])
|
||||||
|
3
setup.py
3
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user