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

Commit 8453ffb

Browse files
author
Release Manager
committed
Updated SageMath version to 9.3.beta7
1 parent 6096110 commit 8453ffb

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.3.beta6",
5-
"version": "9.3.beta6",
4+
"title": "sagemath/sage: 9.3.beta7",
5+
"version": "9.3.beta7",
66
"upload_type": "software",
7-
"publication_date": "2021-01-17",
7+
"publication_date": "2021-02-07",
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.3.beta6",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.3.beta7",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.3.beta6, Release Date: 2021-01-17
1+
SageMath version 9.3.beta7, Release Date: 2021-02-07

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=7a90fb55449eb88f17000adfd91518bf490983a0
3-
md5=466bf6926d0a4607ef027ac801d3eb58
4-
cksum=691624164
2+
sha1=9335b4051fe37bf19e973c00ed0e02110cc8a442
3+
md5=de69eeb2a81204da21ae11acc31687f5
4+
cksum=2188379355
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36b6db77e28bde3f23577662ff6a03064252f758
1+
6096110e060e441df3219fd8caef1c4525145983
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.beta6
1+
9.3.beta7

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.3.beta6'
4-
SAGE_RELEASE_DATE='2021-01-17'
5-
SAGE_VERSION_BANNER='SageMath version 9.3.beta6, Release Date: 2021-01-17'
3+
SAGE_VERSION='9.3.beta7'
4+
SAGE_RELEASE_DATE='2021-02-07'
5+
SAGE_VERSION_BANNER='SageMath version 9.3.beta7, Release Date: 2021-02-07'

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.3.beta6'
4-
date = '2021-01-17'
5-
banner = 'SageMath version 9.3.beta6, Release Date: 2021-01-17'
3+
version = '9.3.beta7'
4+
date = '2021-02-07'
5+
banner = 'SageMath version 9.3.beta7, Release Date: 2021-02-07'

0 commit comments

Comments
 (0)