From e0cbf2c9658a16ee04774153cd54ce599e8cf0c3 Mon Sep 17 00:00:00 2001 From: Release Manager Date: Sun, 8 Aug 2021 19:57:09 +0200 Subject: [PATCH] Updated SageMath version to 9.4.rc1 --- .zenodo.json | 8 ++++---- VERSION.txt | 2 +- build/pkgs/configure/checksums.ini | 6 +++--- build/pkgs/configure/package-version.txt | 2 +- build/pkgs/sagelib/package-version.txt | 2 +- src/VERSION.txt | 2 +- src/bin/sage-version.sh | 6 +++--- src/sage/version.py | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 2cc32a2912e..13bfb2af7aa 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,10 +1,10 @@ { "description": "Mirror of the Sage https://sagemath.org/ source tree", "license": "other-open", - "title": "sagemath/sage: 9.4.rc0", - "version": "9.4.rc0", + "title": "sagemath/sage: 9.4.rc1", + "version": "9.4.rc1", "upload_type": "software", - "publication_date": "2021-07-27", + "publication_date": "2021-08-08", "creators": [ { "affiliation": "SageMath.org", @@ -15,7 +15,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/sagemath/sage/tree/9.4.rc0", + "identifier": "https://github.com/sagemath/sage/tree/9.4.rc1", "relation": "isSupplementTo" }, { diff --git a/VERSION.txt b/VERSION.txt index 84e506aeef5..addb7757e98 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -SageMath version 9.4.rc0, Release Date: 2021-07-27 +SageMath version 9.4.rc1, Release Date: 2021-08-08 diff --git a/build/pkgs/configure/checksums.ini b/build/pkgs/configure/checksums.ini index 5531724d1b7..21c7d09fcf2 100644 --- a/build/pkgs/configure/checksums.ini +++ b/build/pkgs/configure/checksums.ini @@ -1,4 +1,4 @@ tarball=configure-VERSION.tar.gz -sha1=fdc785157b437bb2f22e3fc06d054095933746dd -md5=801d0503e77b8347eff4dc4856cc1ea1 -cksum=3733249066 +sha1=d0bd7eea48134f0698b2fa53a51ab07fc6ec488d +md5=1417fa63769b87988e6d4e3d1a8c7580 +cksum=4077581907 diff --git a/build/pkgs/configure/package-version.txt b/build/pkgs/configure/package-version.txt index 7d7785b67c5..695f1c5d4fc 100644 --- a/build/pkgs/configure/package-version.txt +++ b/build/pkgs/configure/package-version.txt @@ -1 +1 @@ -68d801b469704206b4932d4f9feb21bfa2a3a66e +952f7f9006c84ef54ce7b5aa8e908cc5ea9379bf diff --git a/build/pkgs/sagelib/package-version.txt b/build/pkgs/sagelib/package-version.txt index b01741953f7..f0e11a28ada 100644 --- a/build/pkgs/sagelib/package-version.txt +++ b/build/pkgs/sagelib/package-version.txt @@ -1 +1 @@ -9.4.rc0 +9.4.rc1 diff --git a/src/VERSION.txt b/src/VERSION.txt index b01741953f7..f0e11a28ada 100644 --- a/src/VERSION.txt +++ b/src/VERSION.txt @@ -1 +1 @@ -9.4.rc0 +9.4.rc1 diff --git a/src/bin/sage-version.sh b/src/bin/sage-version.sh index d5c76da4f6b..a93d704e604 100644 --- a/src/bin/sage-version.sh +++ b/src/bin/sage-version.sh @@ -1,5 +1,5 @@ # Sage version information for shell scripts # This file is auto-generated by the sage-update-version script, do not edit! -SAGE_VERSION='9.4.rc0' -SAGE_RELEASE_DATE='2021-07-27' -SAGE_VERSION_BANNER='SageMath version 9.4.rc0, Release Date: 2021-07-27' +SAGE_VERSION='9.4.rc1' +SAGE_RELEASE_DATE='2021-08-08' +SAGE_VERSION_BANNER='SageMath version 9.4.rc1, Release Date: 2021-08-08' diff --git a/src/sage/version.py b/src/sage/version.py index e248c4db825..0114e82ce04 100644 --- a/src/sage/version.py +++ b/src/sage/version.py @@ -1,5 +1,5 @@ # Sage version information for Python scripts # This file is auto-generated by the sage-update-version script, do not edit! -version = '9.4.rc0' -date = '2021-07-27' -banner = 'SageMath version 9.4.rc0, Release Date: 2021-07-27' +version = '9.4.rc1' +date = '2021-08-08' +banner = 'SageMath version 9.4.rc1, Release Date: 2021-08-08'