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

Commit 2220595

Browse files
author
Release Manager
committed
Updated SageMath version to 9.3.beta1
1 parent 8e72e1b commit 2220595

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.zenodo.json

+4-4
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.beta0",
5-
"version": "9.3.beta0",
4+
"title": "sagemath/sage: 9.3.beta1",
5+
"version": "9.3.beta1",
66
"upload_type": "software",
7-
"publication_date": "2020-11-01",
7+
"publication_date": "2020-11-07",
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.beta0",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.3.beta1",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.3.beta0, Release Date: 2020-11-01
1+
SageMath version 9.3.beta1, Release Date: 2020-11-07

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=8e62a22481989ce61bb06adab0ce926c555604c5
3-
md5=3ea78ce307e26ca687652bc8d6bde85d
4-
cksum=791004627
2+
sha1=13ac5ae7fa66fb0f1dc4fb09b4c5c6d72918a3ef
3+
md5=67b20028087b39225833e6a7fe2553fe
4+
cksum=832894188
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f1e553872604276da99fb4dc017b515766c38532
1+
8e72e1b9c9b3e9b84c29245666493e0a1bd48cab
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.3.beta0
1+
9.3.beta1

src/bin/sage-version.sh

+3-3
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.beta0'
4-
SAGE_RELEASE_DATE='2020-11-01'
5-
SAGE_VERSION_BANNER='SageMath version 9.3.beta0, Release Date: 2020-11-01'
3+
SAGE_VERSION='9.3.beta1'
4+
SAGE_RELEASE_DATE='2020-11-07'
5+
SAGE_VERSION_BANNER='SageMath version 9.3.beta1, Release Date: 2020-11-07'

src/sage/version.py

+3-3
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.beta0'
4-
date = '2020-11-01'
5-
banner = 'SageMath version 9.3.beta0, Release Date: 2020-11-01'
3+
version = '9.3.beta1'
4+
date = '2020-11-07'
5+
banner = 'SageMath version 9.3.beta1, Release Date: 2020-11-07'

0 commit comments

Comments
 (0)