From b244bd2ebf42cadecc6fc004c25666d40ad21ac7 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Wed, 30 Aug 2023 14:55:58 +0100 Subject: [PATCH] Update version 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 ec46d0127f..21ea3b1700 100644 --- a/pytket/docs/changelog.rst +++ b/pytket/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -Unreleased ----------- +0.19.0 (August 2023) +-------------------- Major new features: diff --git a/pytket/docs/conf.py b/pytket/docs/conf.py index 1a2b417d2b..f0d8e478e3 100644 --- a/pytket/docs/conf.py +++ b/pytket/docs/conf.py @@ -38,9 +38,9 @@ author = "Quantinuum" # The short X.Y version -version = "1.18" +version = "1.19" # The full version, including alpha/beta/rc tags -release = "1.18.0" +release = "1.19.0" # -- General configuration ---------------------------------------------------