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

Commit 888d18e

Browse files
author
Release Manager
committed
Updated SageMath version to 9.6.rc4
1 parent feb23e7 commit 888d18e

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.6.rc3",
5-
"version": "9.6.rc3",
4+
"title": "sagemath/sage: 9.6.rc4",
5+
"version": "9.6.rc4",
66
"upload_type": "software",
7-
"publication_date": "2022-04-29",
7+
"publication_date": "2022-05-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.6.rc3",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.6.rc4",
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.6.rc3, Release Date: 2022-04-29
1+
SageMath version 9.6.rc4, Release Date: 2022-05-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=e11416ff1fbc71f612b6ffcd01376ed043611cf0
3-
md5=cc5d341921b9aea2ae33d8ba2227daf5
4-
cksum=3415160552
2+
sha1=ebad99b2c419469d2b491a012dc3a4d53a0fc4c0
3+
md5=f0696455b8ba7dc50b7d23031f52ed19
4+
cksum=143579459
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
164a46b53a900a8d82cc270f01952556fed42ba4
1+
feb23e71747e42520fe984fa377c7ce5b5af025e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.rc3
1+
9.6.rc4

src/VERSION.txt

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

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.6.rc3'
4-
SAGE_RELEASE_DATE='2022-04-29'
5-
SAGE_VERSION_BANNER='SageMath version 9.6.rc3, Release Date: 2022-04-29'
3+
SAGE_VERSION='9.6.rc4'
4+
SAGE_RELEASE_DATE='2022-05-12'
5+
SAGE_VERSION_BANNER='SageMath version 9.6.rc4, Release Date: 2022-05-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.6.rc3'
4-
date = '2022-04-29'
5-
banner = 'SageMath version 9.6.rc3, Release Date: 2022-04-29'
3+
version = '9.6.rc4'
4+
date = '2022-05-12'
5+
banner = 'SageMath version 9.6.rc4, Release Date: 2022-05-12'

0 commit comments

Comments
 (0)