From a76a14721fcf24087a049283acc19a0cf4fadba7 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Wed, 14 Aug 2024 17:36:06 +0100 Subject: [PATCH] chore(py): release tket2-py 0.2.1 (#540) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14) ### Documentation * Add tket2-py module docstring ([#539](https://github.com/CQCL/tket2/issues/539)) ([8ef7a57](https://github.com/CQCL/tket2/commit/8ef7a5736294cf462b0694c235f0d10316c68f68)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com> --- .release-please-manifest.json | 2 +- pyproject.toml | 4 ++-- tket2-py/CHANGELOG.md | 11 ++++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2eaf6a6..7a6fd4d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "tket2-py": "0.2.0", + "tket2-py": "0.2.1", "tket2-eccs": "0.1.0" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4e37077c..99052adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" classifiers = [ "Environment :: Console", @@ -69,7 +69,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" requires-python = ">=3.10" license = { file = "LICENCE" } diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index d8c1e830..5e321fbe 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,11 +1,20 @@ # Changelog +## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.2.0...tket2-py-v0.2.1) (2024-08-14) + +### ⚠ BREAKING CHANGES + +* increased minimum required version of hugr to 0.7.0 + +### Documentation + +* Add tket2-py module docstring ([#539](https://github.com/CQCL/tket2/issues/539)) ([8ef7a57](https://github.com/CQCL/tket2/commit/8ef7a5736294cf462b0694c235f0d10316c68f68)) + ## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.2.0) (2024-08-01) ### ⚠ BREAKING CHANGES -* increased minimum required version of hugr to 0.10.0 * `.rwr` ECC files generated with older versions are no longer supported. Please recompile them, or compress the file with `zstd`. ### Features