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
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed May 9, 2021
1 parent 3f4547f commit d6c5cd9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.rc5",
"version": "9.3.rc5",
"title": "sagemath/sage: 9.3",
"version": "9.3",
"upload_type": "software",
"publication_date": "2021-04-30",
"publication_date": "2021-05-09",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.3.rc5",
"identifier": "https://github.com/sagemath/sage/tree/9.3",
"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.rc5, Release Date: 2021-04-30
SageMath version 9.3, Release Date: 2021-05-09
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=4a3ebd8c296607fb48548489fd6f45c6c1c0ca64
md5=0d839b97966e72b83522932b05be89ea
cksum=481169191
sha1=2d5d2d8a2a6dbc721935f6b3d3ada9a6bd977e19
md5=d84b8fcb2ddd6949d3461f49fae01702
cksum=2508666370
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b570ac37fdb82f0c3525ce24c8ee6ab7afbbbf8e
3f4547f2cc40338ba42329d53f7fb48c31ff9fc8
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.rc5
9.3
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.3.rc5
9.3
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.rc5'
SAGE_RELEASE_DATE='2021-04-30'
SAGE_VERSION_BANNER='SageMath version 9.3.rc5, Release Date: 2021-04-30'
SAGE_VERSION='9.3'
SAGE_RELEASE_DATE='2021-05-09'
SAGE_VERSION_BANNER='SageMath version 9.3, Release Date: 2021-05-09'
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.rc5'
date = '2021-04-30'
banner = 'SageMath version 9.3.rc5, Release Date: 2021-04-30'
version = '9.3'
date = '2021-05-09'
banner = 'SageMath version 9.3, Release Date: 2021-05-09'

0 comments on commit d6c5cd9

Please sign in to comment.