Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Updated SageMath version to 9.7.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed May 26, 2022
1 parent 8501c73 commit 5fb2a6e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"description": "Mirror of the Sage https://sagemath.org/ source tree",
"license": "other-open",
"title": "sagemath/sage: 9.7.beta0",
"version": "9.7.beta0",
"title": "sagemath/sage: 9.7.beta1",
"version": "9.7.beta1",
"upload_type": "software",
"publication_date": "2022-05-22",
"publication_date": "2022-05-26",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.7.beta0",
"identifier": "https://github.com/sagemath/sage/tree/9.7.beta1",
"relation": "isSupplementTo"
},
{
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 9.7.beta0, Release Date: 2022-05-22
SageMath version 9.7.beta1, Release Date: 2022-05-26
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=76c296fd78cffcb86a75e1eb67098bd958250e24
md5=6d80ab0acd95ffde7e1c1217fa3e3bf5
cksum=3599310930
sha1=e147a1128d59e97feef980eb3847798d1838565b
md5=134802b2602846ef70dba2d0740be18c
cksum=2068092591
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a099141d593f9f7348a1557d2c68790a9e0d904
8501c7398215556ff4a4c8b05c6699949c8dfca3
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.7.beta0
9.7.beta1
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.7.beta0
9.7.beta1
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
Original file line number Diff line number Diff line change
@@ -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.7.beta0'
SAGE_RELEASE_DATE='2022-05-22'
SAGE_VERSION_BANNER='SageMath version 9.7.beta0, Release Date: 2022-05-22'
SAGE_VERSION='9.7.beta1'
SAGE_RELEASE_DATE='2022-05-26'
SAGE_VERSION_BANNER='SageMath version 9.7.beta1, Release Date: 2022-05-26'
6 changes: 3 additions & 3 deletions src/sage/version.py
Original file line number Diff line number Diff line change
@@ -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.7.beta0'
date = '2022-05-22'
banner = 'SageMath version 9.7.beta0, Release Date: 2022-05-22'
version = '9.7.beta1'
date = '2022-05-26'
banner = 'SageMath version 9.7.beta1, Release Date: 2022-05-26'

0 comments on commit 5fb2a6e

Please sign in to comment.