From 47f87de1e55d1060abd9c33c1cc5af287cb32854 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 29 Oct 2020 11:33:02 +0100 Subject: [PATCH] bump EasyBuild version in docs + bump docs release --- docs/Changelog.rst | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Changelog.rst b/docs/Changelog.rst index f2c22ea4..a4c4f2fa 100644 --- a/docs/Changelog.rst +++ b/docs/Changelog.rst @@ -5,6 +5,7 @@ Changelog for EasyBuild documentation (for EasyBuild release notes, see :ref:`release_notes`) +* **release 20200913.01** (`Oct 29th 2020`): update release notes for EasyBuild v4.3.1 (see :ref:`release_notes_eb431`) * **release 20200913.01** (`Sep 13th 2020`): update release notes for EasyBuild v4.3.0 (see :ref:`release_notes_eb430`) * **release 20200708.01** (`July 8th 2020`): update release notes for EasyBuild v4.2.2 (see :ref:`release_notes_eb422`) * **release 20200520.01** (`May 20th 2020`): update release notes for EasyBuild v4.2.1 (see :ref:`release_notes_eb421`) diff --git a/docs/conf.py b/docs/conf.py index b325ea80..2acb5cba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,9 +41,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '4.3.0' # this is meant to reference the version of EasyBuild +version = '4.3.1' # this is meant to reference the version of EasyBuild # The full version, including alpha/beta/rc tags. -release = '20200913.0' # this is meant to reference the version of the documentation itself +release = '20201029.0' # this is meant to reference the version of the documentation itself # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: