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

Commit 439907f

Browse files
author
Release Manager
committed
Updated SageMath version to 9.5
1 parent 2e5d421 commit 439907f

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.5.rc4",
5-
"version": "9.5.rc4",
4+
"title": "sagemath/sage: 9.5",
5+
"version": "9.5",
66
"upload_type": "software",
7-
"publication_date": "2022-01-24",
7+
"publication_date": "2022-01-30",
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.5.rc4",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.5",
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.5.rc4, Release Date: 2022-01-24
1+
SageMath version 9.5, Release Date: 2022-01-30

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=8209739ce4ad39a2db92d869bb409249937ea542
3-
md5=b17ec372ea4b3cbcd467caa1986c1424
4-
cksum=70978832
2+
sha1=4406875a18bd9487a85484a2917a276e85f9b31e
3+
md5=c665b2fdf3f2a7325d4d4a8d34d1073f
4+
cksum=3749171882
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
86ce7ada38fd23f805c2571cdafa21d1240b3075
1+
2e5d421a71304586f059863c84e61e5d0de00be9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.5.rc4
1+
9.5

src/VERSION.txt

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

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.5.rc4'
4-
SAGE_RELEASE_DATE='2022-01-24'
5-
SAGE_VERSION_BANNER='SageMath version 9.5.rc4, Release Date: 2022-01-24'
3+
SAGE_VERSION='9.5'
4+
SAGE_RELEASE_DATE='2022-01-30'
5+
SAGE_VERSION_BANNER='SageMath version 9.5, Release Date: 2022-01-30'

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.5.rc4'
4-
date = '2022-01-24'
5-
banner = 'SageMath version 9.5.rc4, Release Date: 2022-01-24'
3+
version = '9.5'
4+
date = '2022-01-30'
5+
banner = 'SageMath version 9.5, Release Date: 2022-01-30'

0 commit comments

Comments
 (0)