From 17338556d8a2e072a0d1d03ce2f1d21ad59f7ede Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Tue, 8 Oct 2024 10:09:27 +0100 Subject: [PATCH] Update docs and changelog for 1.33.1 release. --- pytket/docs/changelog.rst | 4 ++-- pytket/docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pytket/docs/changelog.rst b/pytket/docs/changelog.rst index 05ecde455c..a49a78806f 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +1.33.1 (October 2024) +--------------------- Fixes: diff --git a/pytket/docs/conf.py b/pytket/docs/conf.py index 988400b18c..0b84c5e1cf 100644 --- a/pytket/docs/conf.py +++ b/pytket/docs/conf.py @@ -40,7 +40,7 @@ # The short X.Y version version = "1.33" # The full version, including alpha/beta/rc tags -release = "1.33.0" +release = "1.33.1" # -- General configuration ---------------------------------------------------