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.
|
||||
#
|
||||
# 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.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user