Skip to content

Commit 8204e97

Browse files
committed
Updated SageMath version to 7.6
1 parent d496ba4 commit 8204e97

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 7.6.rc2, Release Date: 2017-03-19
1+
SageMath version 7.6, Release Date: 2017-03-25

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=4d033e562fe03ebfe416f12411044e8cec4df94c
3-
md5=4822e231514b2e5f93f61fd078e2e4cc
4-
cksum=271749219
2+
sha1=7a84c43745334f9940826319b4799e3e7883ee17
3+
md5=e897b888529be545e40ddb697c778a89
4+
cksum=3005224762
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
211
1+
212

src/bin/sage-banner

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
┌────────────────────────────────────────────────────────────────────┐
2-
│ SageMath version 7.6.rc2, Release Date: 2017-03-19
2+
│ SageMath version 7.6, Release Date: 2017-03-25
33
│ Type "notebook()" for the browser-based notebook interface. │
44
│ Type "help()" for help. │
55
└────────────────────────────────────────────────────────────────────┘
6-
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
7-
┃ Warning: this is a prerelease version, and it may be unstable. ┃
8-
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

src/bin/sage-version.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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='7.6.rc2'
4-
SAGE_RELEASE_DATE='2017-03-19'
3+
SAGE_VERSION='7.6'
4+
SAGE_RELEASE_DATE='2017-03-25'

src/sage/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sage version information for Python scripts
22
# This file is auto-generated by the sage-update-version script, do not edit!
3-
version = '7.6.rc2'
4-
date = '2017-03-19'
3+
version = '7.6'
4+
date = '2017-03-25'

0 commit comments

Comments
 (0)