From 7512a55aa3ae309587ca89668ef9ec4074a51a1f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 26 Aug 2019 06:23:37 -0700 Subject: [PATCH] Update version --- ChangeLog.rst | 4 ++-- doc/build.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index cf42ff32..33a4003f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -6.0.0 - TBD ------------ +6.0.0 - 2019-08-26 +------------------ * Switched to the `MIT license `_ diff --git a/doc/build.py b/doc/build.py index 5a4aa652..fb4f5469 100755 --- a/doc/build.py +++ b/doc/build.py @@ -6,7 +6,7 @@ import errno, os, shutil, sys, tempfile from subprocess import check_call, check_output, CalledProcessError, Popen, PIPE from distutils.version import LooseVersion -versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0'] +versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0', '5.0.0', '5.1.0', '5.2.0', '5.2.1', '5.3.0', '6.0.0'] def pip_install(package, commit=None, **kwargs): "Install package using pip."