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

Commit 488ced5

Browse files
author
Release Manager
committed
Updated SageMath version to 9.4
1 parent 7282b2b commit 488ced5

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.4.rc2",
5-
"version": "9.4.rc2",
4+
"title": "sagemath/sage: 9.4",
5+
"version": "9.4",
66
"upload_type": "software",
7-
"publication_date": "2021-08-12",
7+
"publication_date": "2021-08-22",
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.4.rc2",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.4",
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.4.rc2, Release Date: 2021-08-12
1+
SageMath version 9.4, Release Date: 2021-08-22

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=e8f46f84c091307a9ae09cc7ffa38d012cc20ea0
3-
md5=8040113ec761f1fa5754e0b44d8b309e
4-
cksum=1873580034
2+
sha1=d8c58a2ffaec92099d4a7295f5beeb12aefa3385
3+
md5=0009324af93933b11cb35e739a2582c8
4+
cksum=2050549271
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79dc8f55f8ca208a226e5c970b3e6a0e9bc2120a
1+
7282b2b6c6a282a887fa05b0b5250b77035bf3bf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.4.rc2
1+
9.4

src/VERSION.txt

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

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.4.rc2'
4-
SAGE_RELEASE_DATE='2021-08-12'
5-
SAGE_VERSION_BANNER='SageMath version 9.4.rc2, Release Date: 2021-08-12'
3+
SAGE_VERSION='9.4'
4+
SAGE_RELEASE_DATE='2021-08-22'
5+
SAGE_VERSION_BANNER='SageMath version 9.4, Release Date: 2021-08-22'

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.4.rc2'
4-
date = '2021-08-12'
5-
banner = 'SageMath version 9.4.rc2, Release Date: 2021-08-12'
3+
version = '9.4'
4+
date = '2021-08-22'
5+
banner = 'SageMath version 9.4, Release Date: 2021-08-22'

0 commit comments

Comments
 (0)