From cba9dbe39a5f9ae5a4eb0004f69e83db8ff7c818 Mon Sep 17 00:00:00 2001 From: uri-granta <50578464+uri-granta@users.noreply.github.com> Date: Fri, 21 Oct 2022 11:06:22 +0100 Subject: [PATCH] Bump version to 0.13.0 (#639) Co-authored-by: Uri Granta --- CITATION.cff | 4 ++-- docs/notebooks/code_overview.pct.py | 2 +- trieste/VERSION | 2 +- versions.json | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3d1598c6f2..7a897aa304 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,6 +26,6 @@ authors: - family-names: "Picheny" given-names: "Victor" title: "Trieste" -version: 0.12.0 -date-released: 2022-07-18 +version: 0.13.0 +date-released: 2022-10-21 url: "https://github.com/secondmind-labs/trieste" diff --git a/docs/notebooks/code_overview.pct.py b/docs/notebooks/code_overview.pct.py index 565e0f943c..4ca6c81ac9 100644 --- a/docs/notebooks/code_overview.pct.py +++ b/docs/notebooks/code_overview.pct.py @@ -154,7 +154,7 @@ def reparam_sampler( ) -> ReparametrizationSampler[GizmoModel]: ... - ... # sample, update, optimize, get_observation_noise + ... # sample, update, optimize, get_observation_noise # %% [markdown] diff --git a/trieste/VERSION b/trieste/VERSION index ac454c6a1f..54d1a4f2a4 100644 --- a/trieste/VERSION +++ b/trieste/VERSION @@ -1 +1 @@ -0.12.0 +0.13.0 diff --git a/versions.json b/versions.json index 8a11857ce7..90d18e49cb 100644 --- a/versions.json +++ b/versions.json @@ -3,6 +3,10 @@ "version": "develop", "url": "https://secondmind-labs.github.io/trieste/develop/index.html" }, + { + "version": "0.13.0", + "url": "https://secondmind-labs.github.io/trieste/0.13.0/index.html" + }, { "version": "0.12.0", "url": "https://secondmind-labs.github.io/trieste/0.12.0/index.html"