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

Commit 5328570

Browse files
author
Release Manager
committed
Updated SageMath version to 9.2
1 parent b41abf1 commit 5328570

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Diff for: .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.2.rc3",
5-
"version": "9.2.rc3",
4+
"title": "sagemath/sage: 9.2",
5+
"version": "9.2",
66
"upload_type": "software",
7-
"publication_date": "2020-10-18",
7+
"publication_date": "2020-10-24",
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.rc3",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.2",
1919
"relation": "isSupplementTo"
2020
},
2121
{

Diff for: VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.2.rc3, Release Date: 2020-10-18
1+
SageMath version 9.2, Release Date: 2020-10-24

Diff for: 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=5061e9d40e35c0c9247e61a3f80b664e9c8e8b5e
3-
md5=9d0278359e22b8b27dc27ce944f7301e
4-
cksum=1135010098
2+
sha1=3d2376e9c9035632fac4c1628e63bebb1eb449ed
3+
md5=e28f30a4b7968339d7d803bf6c1aaa4d
4+
cksum=2795376077

Diff for: build/pkgs/configure/package-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
afc935a952e5aa5afd89acc39bac645b71768813
1+
b41abf12c433805c89a6c0fa28485916ef9e6b40

Diff for: build/pkgs/sagelib/package-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.rc3
1+
9.2

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

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

0 commit comments

Comments
 (0)