Skip to content

Commit

Permalink
Updated SageMath version to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Manager committed Jan 1, 2020
1 parent a86de04 commit 31cb54b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 9.0.rc1, Release Date: 2019-12-29
SageMath version 9.0, Release Date: 2020-01-01
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=ac323e7a24f9d8ebfcf4d5998ee09cff31e50877
md5=7d43a45087d30296ff4c9b3ef77597ef
cksum=1450157022
sha1=284d626415148c6636dde0a5909552f3a16e9f6b
md5=b15e3bbfbfe0fa9a682c2ec501da0e1e
cksum=3567364664
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7f941838a69eb6bf2715b8217ec5570d780d3622
a86de04f598154b70466bc85b61473eaea26f3cb
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for shell scripts
# This file is auto-generated by the sage-update-version script, do not edit!
SAGE_VERSION='9.0.rc1'
SAGE_RELEASE_DATE='2019-12-29'
SAGE_VERSION_BANNER='SageMath version 9.0.rc1, Release Date: 2019-12-29'
SAGE_VERSION='9.0'
SAGE_RELEASE_DATE='2020-01-01'
SAGE_VERSION_BANNER='SageMath version 9.0, Release Date: 2020-01-01'
6 changes: 3 additions & 3 deletions src/sage/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for Python scripts
# This file is auto-generated by the sage-update-version script, do not edit!
version = '9.0.rc1'
date = '2019-12-29'
banner = 'SageMath version 9.0.rc1, Release Date: 2019-12-29'
version = '9.0'
date = '2020-01-01'
banner = 'SageMath version 9.0, Release Date: 2020-01-01'

0 comments on commit 31cb54b

Please sign in to comment.