Release Gramps 5.2.0-beta1
This commit is contained in:
parent
bb0ec9d45b
commit
b08034f14d
@ -65,9 +65,9 @@ author = "Donald N. Allingham"
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "5.1.0"
|
version = "5.2"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
#
|
#
|
||||||
|
|
||||||
DEV_VERSION = True
|
DEV_VERSION = False
|
||||||
VERSION_TUPLE = (5, 2, 0)
|
VERSION_TUPLE = (5, 2, 0)
|
||||||
VERSION_QUALIFIER = ""
|
VERSION_QUALIFIER = "-beta1"
|
||||||
VERSION = ".".join(map(str, VERSION_TUPLE)) + VERSION_QUALIFIER
|
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])
|
||||||
|
2
setup.py
2
setup.py
@ -459,7 +459,7 @@ setup(
|
|||||||
data_files=data_files,
|
data_files=data_files,
|
||||||
scripts=["scripts/gramps"],
|
scripts=["scripts/gramps"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 1 - Planning",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Environment :: MacOS X",
|
"Environment :: MacOS X",
|
||||||
"Environment :: Plugins",
|
"Environment :: Plugins",
|
||||||
|
Loading…
Reference in New Issue
Block a user