diff --git a/.zenodo.json b/.zenodo.json index 78bbba46ad2..7cfc0b78d55 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", - "version": "9.4", + "title": "sagemath/sage: 9.5.beta0", + "version": "9.5.beta0", "upload_type": "software", - "publication_date": "2021-08-22", + "publication_date": "2021-08-31", "creators": [ { "affiliation": "SageMath.org", @@ -15,7 +15,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/sagemath/sage/tree/9.4", + "identifier": "https://github.com/sagemath/sage/tree/9.5.beta0", "relation": "isSupplementTo" }, { diff --git a/VERSION.txt b/VERSION.txt index d1fbd489008..cf0fcb2ddb6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -SageMath version 9.4, Release Date: 2021-08-22 +SageMath version 9.5.beta0, Release Date: 2021-08-31 diff --git a/build/pkgs/configure/checksums.ini b/build/pkgs/configure/checksums.ini index 6445bab3597..de2377f99c0 100644 --- a/build/pkgs/configure/checksums.ini +++ b/build/pkgs/configure/checksums.ini @@ -1,4 +1,4 @@ tarball=configure-VERSION.tar.gz -sha1=d8c58a2ffaec92099d4a7295f5beeb12aefa3385 -md5=0009324af93933b11cb35e739a2582c8 -cksum=2050549271 +sha1=2d40d7b88d0e3b7b559c40e4b0bc593982fb7b55 +md5=9839944672f62c22accb4d06ac370444 +cksum=2416630844 diff --git a/build/pkgs/configure/package-version.txt b/build/pkgs/configure/package-version.txt index 07c49604ab0..527f387a520 100644 --- a/build/pkgs/configure/package-version.txt +++ b/build/pkgs/configure/package-version.txt @@ -1 +1 @@ -7282b2b6c6a282a887fa05b0b5250b77035bf3bf +18383a70c541a8c8a7ee764b564d68b413d21e41 diff --git a/build/pkgs/sagelib/package-version.txt b/build/pkgs/sagelib/package-version.txt index 0359f243283..bf2cc04cf19 100644 --- a/build/pkgs/sagelib/package-version.txt +++ b/build/pkgs/sagelib/package-version.txt @@ -1 +1 @@ -9.4 +9.5.beta0 diff --git a/src/VERSION.txt b/src/VERSION.txt index 0359f243283..bf2cc04cf19 100644 --- a/src/VERSION.txt +++ b/src/VERSION.txt @@ -1 +1 @@ -9.4 +9.5.beta0 diff --git a/src/bin/sage-version.sh b/src/bin/sage-version.sh index 65c5fecae89..3e074b47c72 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' -SAGE_RELEASE_DATE='2021-08-22' -SAGE_VERSION_BANNER='SageMath version 9.4, Release Date: 2021-08-22' +SAGE_VERSION='9.5.beta0' +SAGE_RELEASE_DATE='2021-08-31' +SAGE_VERSION_BANNER='SageMath version 9.5.beta0, Release Date: 2021-08-31' diff --git a/src/sage/version.py b/src/sage/version.py index 9e3bfe7fdbd..c5072078051 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' -date = '2021-08-22' -banner = 'SageMath version 9.4, Release Date: 2021-08-22' +version = '9.5.beta0' +date = '2021-08-31' +banner = 'SageMath version 9.5.beta0, Release Date: 2021-08-31'