Skip to content

Commit a6e696e

Browse files
author
Release Manager
committed
Updated SageMath version to 9.7.beta2
1 parent b95c165 commit a6e696e

File tree

16 files changed

+25
-25
lines changed

16 files changed

+25
-25
lines changed

.zenodo.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"description": "Mirror of the Sage https://sagemath.org/ source tree",
33
"license": "other-open",
4-
"title": "sagemath/sage: 9.7.beta1",
5-
"version": "9.7.beta1",
4+
"title": "sagemath/sage: 9.7.beta2",
5+
"version": "9.7.beta2",
66
"upload_type": "software",
7-
"publication_date": "2022-05-26",
7+
"publication_date": "2022-06-12",
88
"creators": [
99
{
1010
"affiliation": "SageMath.org",
@@ -15,7 +15,7 @@
1515
"related_identifiers": [
1616
{
1717
"scheme": "url",
18-
"identifier": "https://github.com/sagemath/sage/tree/9.7.beta1",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.7.beta2",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.7.beta1, Release Date: 2022-05-26
1+
SageMath version 9.7.beta2, Release Date: 2022-06-12

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=6d548fec179a7c4d71f327f409320a06e0d9d35e
3-
md5=7289e1187b21d5cd30a891838410fcd0
4-
cksum=1487266202
2+
sha1=fee64e7ae45bcfd9bfa1c55605a579f49b19057e
3+
md5=42d9e4a2308a8c01f4e68f3915c3b856
4+
cksum=3408158874
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6b0fd1ca2d493aec6beadae8b15f926c19070098
1+
b95c1659af1d26926ddf421d28b2d1f76dbc4810

pkgs/sage-conf/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sage-conf_pypi/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sage-docbuild/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sage-setup/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sage-sws2rst/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sagemath-categories/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

pkgs/sagemath-environment/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3.post2
1+
9.7.beta2

pkgs/sagemath-objects/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3.post4
1+
9.7.beta2

pkgs/sagemath-repl/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.7.beta2

src/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.7.beta1
1+
9.7.beta2

src/bin/sage-version.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sage version information for shell scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
SAGE_VERSION='9.7.beta1'
4-
SAGE_RELEASE_DATE='2022-05-26'
5-
SAGE_VERSION_BANNER='SageMath version 9.7.beta1, Release Date: 2022-05-26'
3+
SAGE_VERSION='9.7.beta2'
4+
SAGE_RELEASE_DATE='2022-06-12'
5+
SAGE_VERSION_BANNER='SageMath version 9.7.beta2, Release Date: 2022-06-12'

src/sage/version.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sage version information for Python scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
version = '9.7.beta1'
4-
date = '2022-05-26'
5-
banner = 'SageMath version 9.7.beta1, Release Date: 2022-05-26'
3+
version = '9.7.beta2'
4+
date = '2022-06-12'
5+
banner = 'SageMath version 9.7.beta2, Release Date: 2022-06-12'

0 commit comments

Comments
 (0)