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

Commit 13b4090

Browse files
author
Release Manager
committed
Updated SageMath version to 9.3.beta6
1 parent 930dc0c commit 13b4090

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
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.3.beta5",
5-
"version": "9.3.beta5",
4+
"title": "sagemath/sage: 9.3.beta6",
5+
"version": "9.3.beta6",
66
"upload_type": "software",
7-
"publication_date": "2020-12-27",
7+
"publication_date": "2021-01-17",
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.3.beta5",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.3.beta6",
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.3.beta5, Release Date: 2020-12-27
1+
SageMath version 9.3.beta6, Release Date: 2021-01-17

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=52f6e81ca1a215877ab83b5621d61ed93a428b11
3-
md5=cbb4222eb79ecc5637a81b3d57be6ca7
4-
cksum=2870898122
2+
sha1=3a50118286897e3743bf9b29618dac45f59d4607
3+
md5=798e354c3d55d1fb9fd0a866ed44371a
4+
cksum=2830315981
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3c618df00987db8f541521227d669f4d141fac27
1+
930dc0c1305306132b873f15b64f2a00d0991382
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.beta5
1+
9.3.beta6

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.3.beta5'
4-
SAGE_RELEASE_DATE='2020-12-27'
5-
SAGE_VERSION_BANNER='SageMath version 9.3.beta5, Release Date: 2020-12-27'
3+
SAGE_VERSION='9.3.beta6'
4+
SAGE_RELEASE_DATE='2021-01-17'
5+
SAGE_VERSION_BANNER='SageMath version 9.3.beta6, Release Date: 2021-01-17'

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.3.beta5'
4-
date = '2020-12-27'
5-
banner = 'SageMath version 9.3.beta5, Release Date: 2020-12-27'
3+
version = '9.3.beta6'
4+
date = '2021-01-17'
5+
banner = 'SageMath version 9.3.beta6, Release Date: 2021-01-17'

0 commit comments

Comments
 (0)