Skip to content

Commit f97a32e

Browse files
committed
Merge tag '9.8' into public/add_limit_argument_to_prime_divisors_method
SageMath version 9.8, Release Date: 2023-02-11
2 parents a6770f8 + c000c95 commit f97a32e

File tree

25 files changed

+34
-34
lines changed

25 files changed

+34
-34
lines changed

.zenodo.json

Lines changed: 4 additions & 4 deletions
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.8.rc1",
5-
"version": "9.8.rc1",
4+
"title": "sagemath/sage: 9.8",
5+
"version": "9.8",
66
"upload_type": "software",
7-
"publication_date": "2023-02-05",
7+
"publication_date": "2023-02-11",
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.8.rc1",
18+
"identifier": "https://github.com/sagemath/sage/tree/9.8",
1919
"relation": "isSupplementTo"
2020
},
2121
{

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 9.8.rc1, Release Date: 2023-02-05
1+
SageMath version 9.8, Release Date: 2023-02-11

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=6e536cb217dd823f547403263fc7d1b21578eaef
3-
md5=83b833531d8bf1689f3368c47374f5e1
4-
cksum=2145026758
2+
sha1=a22c60b5adf1e70fc414df24a44fa390fe826b01
3+
md5=61556448c0562408a8b6f61f22d18692
4+
cksum=2169543810
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2d3c71b03b2c11caceac69da380dab3ef4374519
1+
104dde9eaa8231e4f0755c6855c1eabb43239dec
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-conf ~= 9.8rc1
2+
sage-conf ~= 9.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-docbuild ~= 9.8rc1
2+
sage-docbuild ~= 9.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-setup ~= 9.8rc1
2+
sage-setup ~= 9.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-sws2rst ~= 9.8rc1
2+
sage-sws2rst ~= 9.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sagelib ~= 9.8rc1
2+
sagelib ~= 9.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sagemath-categories ~= 9.8rc1
2+
sagemath-categories ~= 9.8

0 commit comments

Comments
 (0)