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

Commit f976c52

Browse files
author
Release Manager
committed
Updated SageMath version to 9.2.rc3
1 parent 70d1655 commit f976c52

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.2.rc2",
5-
"version": "9.2.rc2",
4+
"title": "sagemath/sage: 9.2.rc3",
5+
"version": "9.2.rc3",
66
"upload_type": "software",
7-
"publication_date": "2020-10-12",
7+
"publication_date": "2020-10-18",
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.2.rc2",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.2.rc3",
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.2.rc2, Release Date: 2020-10-12
1+
SageMath version 9.2.rc3, Release Date: 2020-10-18

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=2a9b847a196754d70b3700f8a7d49c4679470200
3-
md5=2c161289c61683db84c35b25b30192d8
4-
cksum=3321925750
2+
sha1=f724be3bb37dd71f5b07dc1b4542a4ad23461e47
3+
md5=2a25fb97ee7e9c9eaa85cdc6e1082a2e
4+
cksum=1804502685
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7c8149569bdf17c1508fc0d3786d7a4c74599cd0
1+
70d165564b827f40db047c1ce0f18aed56c4ad1b
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.rc2
1+
9.2.rc3

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.2.rc2'
4-
SAGE_RELEASE_DATE='2020-10-12'
5-
SAGE_VERSION_BANNER='SageMath version 9.2.rc2, Release Date: 2020-10-12'
3+
SAGE_VERSION='9.2.rc3'
4+
SAGE_RELEASE_DATE='2020-10-18'
5+
SAGE_VERSION_BANNER='SageMath version 9.2.rc3, Release Date: 2020-10-18'

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.2.rc2'
4-
date = '2020-10-12'
5-
banner = 'SageMath version 9.2.rc2, Release Date: 2020-10-12'
3+
version = '9.2.rc3'
4+
date = '2020-10-18'
5+
banner = 'SageMath version 9.2.rc3, Release Date: 2020-10-18'

0 commit comments

Comments
 (0)