Skip to content

Commit 3da1b22

Browse files
author
Release Manager
committed
Updated SageMath version to 9.5.rc1
1 parent 8e7a225 commit 3da1b22

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

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=e725f439dd919062c12ae2b85f17e215e6033f3a
3-
md5=201560d4cd38f8c5b6980c16f7687be7
4-
cksum=2604340311
2+
sha1=42f1d5451d5ca4ac9b63910c79a3bbd484ded985
3+
md5=feaaea79a5552392e9db393ead3607f8
4+
cksum=2071807402
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c4209d946b9379476d36da0b7fe0ee0a252f2fb
1+
8e7a22529e448b5c2ec9305e7cb8cc4f64b3618c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.5.rc0
1+
9.5.rc1

src/VERSION.txt

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

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.rc0'
4-
SAGE_RELEASE_DATE='2022-01-09'
5-
SAGE_VERSION_BANNER='SageMath version 9.5.rc0, Release Date: 2022-01-09'
3+
SAGE_VERSION='9.5.rc1'
4+
SAGE_RELEASE_DATE='2022-01-12'
5+
SAGE_VERSION_BANNER='SageMath version 9.5.rc1, Release Date: 2022-01-12'

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.rc0'
4-
date = '2022-01-09'
5-
banner = 'SageMath version 9.5.rc0, Release Date: 2022-01-09'
3+
version = '9.5.rc1'
4+
date = '2022-01-12'
5+
banner = 'SageMath version 9.5.rc1, Release Date: 2022-01-12'

0 commit comments

Comments
 (0)