Skip to content

Commit 43474c9

Browse files
author
Release Manager
committed
Updated SageMath version to 9.6.beta6
1 parent f43e375 commit 43474c9

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.zenodo.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"description": "Mirror of the Sage https://sagemath.org/ source tree",
33
"license": "other-open",
4-
"title": "sagemath/sage: 9.6.beta5",
5-
"version": "9.6.beta5",
4+
"title": "sagemath/sage: 9.6.beta6",
5+
"version": "9.6.beta6",
66
"upload_type": "software",
7-
"publication_date": "2022-03-12",
7+
"publication_date": "2022-03-27",
88
"creators": [
99
{
1010
"affiliation": "SageMath.org",
@@ -15,7 +15,7 @@
1515
"related_identifiers": [
1616
{
1717
"scheme": "url",
18-
"identifier": "https://github.com/sagemath/sage/tree/9.6.beta5",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.6.beta6",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.6.beta5, Release Date: 2022-03-12
1+
SageMath version 9.6.beta6, Release Date: 2022-03-27

build/pkgs/configure/checksums.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=0eddc4ab55e0e3dde26781aedbb14bad1a83b5da
3-
md5=3633d2674ebfc26ab0d13a6df4acd3e2
4-
cksum=2071440091
2+
sha1=a0eb0004d52bcf6279753f7afc196124f41a2aec
3+
md5=f23c9203da185c3f6e436dd7e99b45e5
4+
cksum=1232840594
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
760cf217963cd104b249f63c9b41b881aa133d25
1+
f43e375fb59b4b297a3b2b4c3da31f0d4d34adb3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.beta5
1+
9.6.beta6

src/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.beta5
1+
9.6.beta6

src/bin/sage-version.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sage version information for shell scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
SAGE_VERSION='9.6.beta5'
4-
SAGE_RELEASE_DATE='2022-03-12'
5-
SAGE_VERSION_BANNER='SageMath version 9.6.beta5, Release Date: 2022-03-12'
3+
SAGE_VERSION='9.6.beta6'
4+
SAGE_RELEASE_DATE='2022-03-27'
5+
SAGE_VERSION_BANNER='SageMath version 9.6.beta6, Release Date: 2022-03-27'

src/sage/version.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sage version information for Python scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
version = '9.6.beta5'
4-
date = '2022-03-12'
5-
banner = 'SageMath version 9.6.beta5, Release Date: 2022-03-12'
3+
version = '9.6.beta6'
4+
date = '2022-03-27'
5+
banner = 'SageMath version 9.6.beta6, Release Date: 2022-03-27'

0 commit comments

Comments
 (0)