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

Commit

Permalink
Updated SageMath version to 9.3.beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed Jan 17, 2021
1 parent 930dc0c commit 13b4090
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"description": "Mirror of the Sage https://sagemath.org/ source tree",
"license": "other-open",
"title": "sagemath/sage: 9.3.beta5",
"version": "9.3.beta5",
"title": "sagemath/sage: 9.3.beta6",
"version": "9.3.beta6",
"upload_type": "software",
"publication_date": "2020-12-27",
"publication_date": "2021-01-17",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.3.beta5",
"identifier": "https://github.com/sagemath/sage/tree/9.3.beta6",
"relation": "isSupplementTo"
},
{
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 9.3.beta5, Release Date: 2020-12-27
SageMath version 9.3.beta6, Release Date: 2021-01-17
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=52f6e81ca1a215877ab83b5621d61ed93a428b11
md5=cbb4222eb79ecc5637a81b3d57be6ca7
cksum=2870898122
sha1=3a50118286897e3743bf9b29618dac45f59d4607
md5=798e354c3d55d1fb9fd0a866ed44371a
cksum=2830315981
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3c618df00987db8f541521227d669f4d141fac27
930dc0c1305306132b873f15b64f2a00d0991382
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.beta5
9.3.beta6
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for shell scripts
# This file is auto-generated by the sage-update-version script, do not edit!
SAGE_VERSION='9.3.beta5'
SAGE_RELEASE_DATE='2020-12-27'
SAGE_VERSION_BANNER='SageMath version 9.3.beta5, Release Date: 2020-12-27'
SAGE_VERSION='9.3.beta6'
SAGE_RELEASE_DATE='2021-01-17'
SAGE_VERSION_BANNER='SageMath version 9.3.beta6, Release Date: 2021-01-17'
6 changes: 3 additions & 3 deletions src/sage/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for Python scripts
# This file is auto-generated by the sage-update-version script, do not edit!
version = '9.3.beta5'
date = '2020-12-27'
banner = 'SageMath version 9.3.beta5, Release Date: 2020-12-27'
version = '9.3.beta6'
date = '2021-01-17'
banner = 'SageMath version 9.3.beta6, Release Date: 2021-01-17'

0 comments on commit 13b4090

Please sign in to comment.