From 80647f2ae9696df7cdf73fddbf5ca73dba2f1f63 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:18:28 +0100 Subject: [PATCH] Update version and changelog. (#1557) --- pytket/docs/changelog.rst | 4 ++-- pytket/docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pytket/docs/changelog.rst b/pytket/docs/changelog.rst index eafc7772f1..aae91b09f4 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +1.32.0 (September 2024) +----------------------- * Fix symbol substitution for classical operations. * Fix incorrect QASM conversion of conditional multi-line ops. diff --git a/pytket/docs/conf.py b/pytket/docs/conf.py index 7331e705d8..21b3908018 100644 --- a/pytket/docs/conf.py +++ b/pytket/docs/conf.py @@ -38,9 +38,9 @@ author = "Quantinuum" # The short X.Y version -version = "1.31" +version = "1.32" # The full version, including alpha/beta/rc tags -release = "1.31.1" +release = "1.32.0" # -- General configuration ---------------------------------------------------