Skip to content

Commit

Permalink
Updated SageMath version to 9.5.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed Sep 26, 2021
1 parent 0a4f2a3 commit 52915b6
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.beta1",
"version": "9.5.beta1",
"title": "sagemath/sage: 9.5.beta2",
"version": "9.5.beta2",
"upload_type": "software",
"publication_date": "2021-09-13",
"publication_date": "2021-09-26",
"creators": [
{
"affiliation": "SageMath.org",
Expand All @@ -15,7 +15,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/9.5.beta1",
"identifier": "https://github.com/sagemath/sage/tree/9.5.beta2",
"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.beta1, Release Date: 2021-09-13
SageMath version 9.5.beta2, Release Date: 2021-09-26
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=51d4932b341ae2d45a9f290b01678ddd6b69588b
md5=95b23763516ee31c92d2cd1b8471f3f3
cksum=3258904629
sha1=9b22a30a08e51ba00cd1d83434baaefd3185301e
md5=0ac843dd51c77c37da876beae77af4bf
cksum=1637280499
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bb8fb816820e2f4f8704d152fd7f9df0525b9b2b
0a4f2a302c23d9c821b7be2cd6a7429075b7da60
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.beta1
9.5.beta2
2 changes: 1 addition & 1 deletion src/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.beta1
9.5.beta2
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.beta1'
SAGE_RELEASE_DATE='2021-09-13'
SAGE_VERSION_BANNER='SageMath version 9.5.beta1, Release Date: 2021-09-13'
SAGE_VERSION='9.5.beta2'
SAGE_RELEASE_DATE='2021-09-26'
SAGE_VERSION_BANNER='SageMath version 9.5.beta2, Release Date: 2021-09-26'
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.beta1'
date = '2021-09-13'
banner = 'SageMath version 9.5.beta1, Release Date: 2021-09-13'
version = '9.5.beta2'
date = '2021-09-26'
banner = 'SageMath version 9.5.beta2, Release Date: 2021-09-26'

0 comments on commit 52915b6

Please sign in to comment.