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.5.rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed Jan 9, 2022
1 parent 464e8c3 commit 3832350
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.5.beta9",
"version": "9.5.beta9",
"title": "sagemath/sage: 9.5.rc0",
"version": "9.5.rc0",
"upload_type": "software",
"publication_date": "2021-12-23",
"publication_date": "2022-01-09",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.5.beta9",
"identifier": "https://github.com/sagemath/sage/tree/9.5.rc0",
"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.5.beta9, Release Date: 2021-12-23
SageMath version 9.5.rc0, Release Date: 2022-01-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=9f326bb5728854f7621afaff496f491d0e1df5aa
md5=ec6ced9c4e5241d7ee78f6082dc4b07a
cksum=2674638119
sha1=90c6a61858cddd0d4e3b65b05d899c742356a82e
md5=eddfeb607a50616c02ca39dbfaae91a5
cksum=3731009361
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c5ddd97148ade288dd7f8e8654aa8393f843004
464e8c3d08cd20837a05fc6afa7386f89a309133
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.5.beta9
9.5.rc0
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.beta9
9.5.rc0
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.5.beta9'
SAGE_RELEASE_DATE='2021-12-23'
SAGE_VERSION_BANNER='SageMath version 9.5.beta9, Release Date: 2021-12-23'
SAGE_VERSION='9.5.rc0'
SAGE_RELEASE_DATE='2022-01-09'
SAGE_VERSION_BANNER='SageMath version 9.5.rc0, Release Date: 2022-01-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.5.beta9'
date = '2021-12-23'
banner = 'SageMath version 9.5.beta9, Release Date: 2021-12-23'
version = '9.5.rc0'
date = '2022-01-09'
banner = 'SageMath version 9.5.rc0, Release Date: 2022-01-09'

0 comments on commit 3832350

Please sign in to comment.