From 3238ba2db84b12ea50ada7d61fa9746c6738d419 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Thu, 16 May 2024 09:13:58 +0100 Subject: [PATCH] Update docs and changelog. --- 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 3140ed281d..11687d596b 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +1.28.0 (May 2024) +----------------- Features: diff --git a/pytket/docs/conf.py b/pytket/docs/conf.py index 9d4e85b76d..b29825325d 100644 --- a/pytket/docs/conf.py +++ b/pytket/docs/conf.py @@ -38,9 +38,9 @@ author = "Quantinuum" # The short X.Y version -version = "1.27" +version = "1.28" # The full version, including alpha/beta/rc tags -release = "1.27.0" +release = "1.28.0" # -- General configuration ---------------------------------------------------