Skip to content

Commit f7c5b97

Browse files
committed
Merge branch 'fix-linear-code-intersection' of https://github.com/Hapsa21/sage into fix-linear-code-intersection
2 parents 02d409e + 8ad67ed commit f7c5b97

File tree

36 files changed

+39
-39
lines changed

36 files changed

+39
-39
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: SageMath
44
abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
7-
version: 10.7.rc2
7+
version: 10.7
88
doi: 10.5281/zenodo.8042260
99
date-released: 2025-08-09
1010
repository-code: "https://github.com/sagemath/sage"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.7.rc2, Release Date: 2025-08-09
1+
SageMath version 10.7, Release Date: 2025-08-09

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=745fc1e358379b7d445ac3f9ac2291bb13916f41
3-
sha256=47002b3334255e8a5cbfbaf72d3c5cc90e96a69f332da2b980b701ce4a6806f7
2+
sha1=60867f7d62984944eca465d48e0fb31abde2841e
3+
sha256=4ec557fb0516afe91e097986429d4e1c65e035cee5b9a8f21b17d3c1db9212d7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ea5217eea3c047f8009fcee23226dd1f9d0d3eba
1+
858268b40010e5ed6da13488ad0f52cda4d1f70e
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 update-version script
2-
sage-conf ~= 10.7rc2
2+
sage-conf ~= 10.7
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 update-version script
2-
sage-docbuild ~= 10.7rc2
2+
sage-docbuild ~= 10.7
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 update-version script
2-
sage-setup ~= 10.7rc2
2+
sage-setup ~= 10.7
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 update-version script
2-
sagemath-standard ~= 10.7rc2
2+
sagemath-standard ~= 10.7
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 update-version script
2-
sagemath-bliss ~= 10.7rc2
2+
sagemath-bliss ~= 10.7
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 update-version script
2-
sagemath-categories ~= 10.7rc2
2+
sagemath-categories ~= 10.7

0 commit comments

Comments
 (0)