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

Commit 824f9cc

Browse files
author
Release Manager
committed
Updated SageMath version to 9.3.rc2
1 parent 4275b27 commit 824f9cc

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.rc1",
5-
"version": "9.3.rc1",
4+
"title": "sagemath/sage: 9.3.rc2",
5+
"version": "9.3.rc2",
66
"upload_type": "software",
7-
"publication_date": "2021-03-29",
7+
"publication_date": "2021-04-06",
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.rc1",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.3.rc2",
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.rc1, Release Date: 2021-03-29
1+
SageMath version 9.3.rc2, Release Date: 2021-04-06

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=2916d50d525d1b099bb5c54c2dbc60156bd79ef3
3-
md5=f121b77604fd797ddda9c8098adabd63
4-
cksum=3390986155
2+
sha1=08f282239756f779e6b97cf391fbd0e22d6129a9
3+
md5=49062bca12e661eaa98631ae44e843bf
4+
cksum=1707016786
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
761840fd551cb290092340bc73917336f22adfec
1+
4275b275a2cb292826cdeb078765331dcda54c96
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.rc1
1+
9.3.rc2

src/VERSION.txt

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

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.rc1'
4-
SAGE_RELEASE_DATE='2021-03-29'
5-
SAGE_VERSION_BANNER='SageMath version 9.3.rc1, Release Date: 2021-03-29'
3+
SAGE_VERSION='9.3.rc2'
4+
SAGE_RELEASE_DATE='2021-04-06'
5+
SAGE_VERSION_BANNER='SageMath version 9.3.rc2, Release Date: 2021-04-06'

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.rc1'
4-
date = '2021-03-29'
5-
banner = 'SageMath version 9.3.rc1, Release Date: 2021-03-29'
3+
version = '9.3.rc2'
4+
date = '2021-04-06'
5+
banner = 'SageMath version 9.3.rc2, Release Date: 2021-04-06'

0 commit comments

Comments
 (0)