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.6.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed Apr 19, 2022
1 parent 9da7c13 commit ad69a5b
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.6.rc0",
"version": "9.6.rc0",
"title": "sagemath/sage: 9.6.rc1",
"version": "9.6.rc1",
"upload_type": "software",
"publication_date": "2022-04-10",
"publication_date": "2022-04-19",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.6.rc0",
"identifier": "https://github.com/sagemath/sage/tree/9.6.rc1",
"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.6.rc0, Release Date: 2022-04-10
SageMath version 9.6.rc1, Release Date: 2022-04-19
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=b0bdee46694dcd644eb44afb88cc39200d9dd8d2
md5=878189976be30e8e4079e5e2b1181f78
cksum=311767680
sha1=1524f97042a658d1c6b797ccaf9281ed32474930
md5=b2db89f2ac4c76b3f6b30f57ee15171d
cksum=3697337668
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d131751682b8901ecc10738b95c2470c2a21e7a9
9da7c13c6970e13984373574ed04410134120370
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.6.rc0
9.6.rc1
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.6.rc0
9.6.rc1
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.6.rc0'
SAGE_RELEASE_DATE='2022-04-10'
SAGE_VERSION_BANNER='SageMath version 9.6.rc0, Release Date: 2022-04-10'
SAGE_VERSION='9.6.rc1'
SAGE_RELEASE_DATE='2022-04-19'
SAGE_VERSION_BANNER='SageMath version 9.6.rc1, Release Date: 2022-04-19'
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.6.rc0'
date = '2022-04-10'
banner = 'SageMath version 9.6.rc0, Release Date: 2022-04-10'
version = '9.6.rc1'
date = '2022-04-19'
banner = 'SageMath version 9.6.rc1, Release Date: 2022-04-19'

0 comments on commit ad69a5b

Please sign in to comment.