From eb1a786c04e7b487449b2f32af2b637654647a7c Mon Sep 17 00:00:00 2001 From: Release Manager Date: Sat, 30 Apr 2022 00:56:36 +0200 Subject: [PATCH] Updated SageMath version to 9.6.rc3 --- .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 92b3c3d5810..d2346f2f37f 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.6.rc2", - "version": "9.6.rc2", + "title": "sagemath/sage: 9.6.rc3", + "version": "9.6.rc3", "upload_type": "software", - "publication_date": "2022-04-25", + "publication_date": "2022-04-29", "creators": [ { "affiliation": "SageMath.org", @@ -15,7 +15,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/sagemath/sage/tree/9.6.rc2", + "identifier": "https://github.com/sagemath/sage/tree/9.6.rc3", "relation": "isSupplementTo" }, { diff --git a/VERSION.txt b/VERSION.txt index d9a5b2a99a3..161f2afb9d7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -SageMath version 9.6.rc2, Release Date: 2022-04-25 +SageMath version 9.6.rc3, Release Date: 2022-04-29 diff --git a/build/pkgs/configure/checksums.ini b/build/pkgs/configure/checksums.ini index 88cd14d644d..6b2485946dc 100644 --- a/build/pkgs/configure/checksums.ini +++ b/build/pkgs/configure/checksums.ini @@ -1,4 +1,4 @@ tarball=configure-VERSION.tar.gz -sha1=471681c23a65752234381869e8d7441a3a672a75 -md5=5214027a1f5268a45899e187baaf4aa8 -cksum=328581596 +sha1=625fcd35850a91e736c0e618ace82b8e09c8e605 +md5=db697a2f6460f5328f64cfaafdb58703 +cksum=2241741028 diff --git a/build/pkgs/configure/package-version.txt b/build/pkgs/configure/package-version.txt index 5926786dc05..7880a6f9cca 100644 --- a/build/pkgs/configure/package-version.txt +++ b/build/pkgs/configure/package-version.txt @@ -1 +1 @@ -140671a42e45db25422af9612d442fa238c944c5 +8e8d7b448d7dfe9b1c223a245e6d164507ddfe15 diff --git a/build/pkgs/sagelib/package-version.txt b/build/pkgs/sagelib/package-version.txt index f6c161a47f6..24562793a28 100644 --- a/build/pkgs/sagelib/package-version.txt +++ b/build/pkgs/sagelib/package-version.txt @@ -1 +1 @@ -9.6.rc2 +9.6.rc3 diff --git a/src/VERSION.txt b/src/VERSION.txt index f6c161a47f6..24562793a28 100644 --- a/src/VERSION.txt +++ b/src/VERSION.txt @@ -1 +1 @@ -9.6.rc2 +9.6.rc3 diff --git a/src/bin/sage-version.sh b/src/bin/sage-version.sh index bf183ccb59d..f34be5ac786 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.6.rc2' -SAGE_RELEASE_DATE='2022-04-25' -SAGE_VERSION_BANNER='SageMath version 9.6.rc2, Release Date: 2022-04-25' +SAGE_VERSION='9.6.rc3' +SAGE_RELEASE_DATE='2022-04-29' +SAGE_VERSION_BANNER='SageMath version 9.6.rc3, Release Date: 2022-04-29' diff --git a/src/sage/version.py b/src/sage/version.py index f62c878a15f..5d921980573 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.6.rc2' -date = '2022-04-25' -banner = 'SageMath version 9.6.rc2, Release Date: 2022-04-25' +version = '9.6.rc3' +date = '2022-04-29' +banner = 'SageMath version 9.6.rc3, Release Date: 2022-04-29'