diff --git a/docs/changelog.rst b/docs/changelog.rst index 5dde87f..189ca10 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,11 @@ Changelog ~~~~~~~~~ -Unreleased ----------- - -General: +0.32.0 (January 2024) +--------------------- -* Python 3.12 support added, 3.9 dropped. -* pytket dependency updated to 1.24 +* Updated pytket version requirement to 1.24. +* Python 3.12 support added 0.31.0 (January 2024) --------------------- diff --git a/pyproject.toml b/pyproject.toml index fc0413c..2d15e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytket-aqt" -version = "0.31.0" +version = "0.32.0" description = "Extension for pytket, providing access to AQT backends" authors = ["TKET development team "] license = "Apache 2"