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

Commit 78bfb6c

Browse files
author
Release Manager
committed
Updated SageMath version to 9.6.beta7
1 parent 199ee74 commit 78bfb6c

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
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.6.beta6",
5-
"version": "9.6.beta6",
4+
"title": "sagemath/sage: 9.6.beta7",
5+
"version": "9.6.beta7",
66
"upload_type": "software",
7-
"publication_date": "2022-03-27",
7+
"publication_date": "2022-04-02",
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.6.beta6",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.6.beta7",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.6.beta6, Release Date: 2022-03-27
1+
SageMath version 9.6.beta7, Release Date: 2022-04-02

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=8d686c033d3c8f745d0a6727c851f1293b9215a0
3-
md5=0909bbf96d514f3624c49247f2e39ac8
4-
cksum=1726119293
2+
sha1=4f7f6e9e49e702f7a00ea446aa6145c81f430de8
3+
md5=b90d3aac0d34dcade19ea0879a94d8d1
4+
cksum=1127886742
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d4f178fe1d70db93e9fe390905dc8f2ccc9b326c
1+
199ee74bddecaf754d0e0bd9c26d128ebe2bf78e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.beta6
1+
9.6.beta7

src/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.beta6
1+
9.6.beta7

src/bin/sage-version.sh

Lines changed: 3 additions & 3 deletions
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.6.beta6'
4-
SAGE_RELEASE_DATE='2022-03-27'
5-
SAGE_VERSION_BANNER='SageMath version 9.6.beta6, Release Date: 2022-03-27'
3+
SAGE_VERSION='9.6.beta7'
4+
SAGE_RELEASE_DATE='2022-04-02'
5+
SAGE_VERSION_BANNER='SageMath version 9.6.beta7, Release Date: 2022-04-02'

src/sage/version.py

Lines changed: 3 additions & 3 deletions
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.6.beta6'
4-
date = '2022-03-27'
5-
banner = 'SageMath version 9.6.beta6, Release Date: 2022-03-27'
3+
version = '9.6.beta7'
4+
date = '2022-04-02'
5+
banner = 'SageMath version 9.6.beta7, Release Date: 2022-04-02'

0 commit comments

Comments
 (0)