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

Commit 2c25f07

Browse files
author
Release Manager
committed
Updated SageMath version to 9.3.rc0
1 parent 5e86bf2 commit 2c25f07

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.3.beta9",
5-
"version": "9.3.beta9",
4+
"title": "sagemath/sage: 9.3.rc0",
5+
"version": "9.3.rc0",
66
"upload_type": "software",
7-
"publication_date": "2021-03-14",
7+
"publication_date": "2021-03-23",
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.beta9",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.3.rc0",
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.3.beta9, Release Date: 2021-03-14
1+
SageMath version 9.3.rc0, Release Date: 2021-03-23

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=bd34f6708458d86ab95ed9ea205cce0d8f23601b
3-
md5=166deb4a21db357bffb9cf6269c0ad98
4-
cksum=2282047075
2+
sha1=bb7050ca732ec30cabe28f018b0dfab43ea1ce0b
3+
md5=a22a34d6f329fd4fafa7794eba219619
4+
cksum=3797497074
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1ac340e663c6599832adee14b43aee4d231d25f
1+
5e86bf2b7a5873e9f42b32c43718a24d834b5abd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.beta9
1+
9.3.rc0

src/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.beta9
1+
9.3.rc0

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.3.beta9'
4-
SAGE_RELEASE_DATE='2021-03-14'
5-
SAGE_VERSION_BANNER='SageMath version 9.3.beta9, Release Date: 2021-03-14'
3+
SAGE_VERSION='9.3.rc0'
4+
SAGE_RELEASE_DATE='2021-03-23'
5+
SAGE_VERSION_BANNER='SageMath version 9.3.rc0, Release Date: 2021-03-23'

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.3.beta9'
4-
date = '2021-03-14'
5-
banner = 'SageMath version 9.3.beta9, Release Date: 2021-03-14'
3+
version = '9.3.rc0'
4+
date = '2021-03-23'
5+
banner = 'SageMath version 9.3.rc0, Release Date: 2021-03-23'

0 commit comments

Comments
 (0)