Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/bin/sage-version.sh
4052 views
1
# Sage version information for shell scripts.
2
#
3
# #31049: The following line is valid shell code but not valid Python code,
4
# which stops "setup.py develop" from rewriting it as a Python file.
5
:
6
# This file is auto-generated by the update-version script, do not edit!
7
SAGE_VERSION='10.8.beta1'
8
SAGE_RELEASE_DATE='2025-08-27'
9
SAGE_VERSION_BANNER='SageMath version 10.8.beta1, Release Date: 2025-08-27'
10
11