From 5f0bd69cae76a0c59b5908c833dfaa92e687168d Mon Sep 17 00:00:00 2001 From: Uri Granta Date: Tue, 27 Aug 2024 11:24:01 +0100 Subject: [PATCH] Bump version to 4.0.0 --- CITATION.cff | 4 ++-- trieste/VERSION | 2 +- versions.json | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ff88bb62a..7363ae0ff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,6 +30,6 @@ authors: - family-names: "Picheny" given-names: "Victor" title: "Trieste" -version: 3.4.0 -date-released: 2024-08-13 +version: 4.0.0 +date-released: 2024-08-27 url: "https://github.com/secondmind-labs/trieste" diff --git a/trieste/VERSION b/trieste/VERSION index 18091983f..fcdb2e109 100644 --- a/trieste/VERSION +++ b/trieste/VERSION @@ -1 +1 @@ -3.4.0 +4.0.0 diff --git a/versions.json b/versions.json index 8e376fb6d..24e78d148 100644 --- a/versions.json +++ b/versions.json @@ -3,6 +3,10 @@ "version": "develop", "url": "https://secondmind-labs.github.io/trieste/develop/" }, + { + "version": "4.0.0", + "url": "https://secondmind-labs.github.io/trieste/4.0.0/" + }, { "version": "3.4.0", "url": "https://secondmind-labs.github.io/trieste/3.4.0/"