Skip to content

Commit

Permalink
Version 5.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Blank committed Jun 4, 2016
1 parent 306f3ab commit 7b60b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
#

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])
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,14 +471,13 @@ def run(self):
data_files = data_files,
scripts = ['scripts/gramps'],
classifiers = [
"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Plugins",
"Environment :: Web Environment",
"Environment :: Win32 (MS Windows)",
"Environment :: X11 Applications :: GTK",
"Framework :: Django",
"Intended Audience :: Education",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience",
Expand Down

0 comments on commit 7b60b14

Please sign in to comment.