From f06aa4cd3509fcbf06119932fb00e623286183f5 Mon Sep 17 00:00:00 2001 From: hugrbot Date: Fri, 12 Jul 2024 17:18:43 +0100 Subject: [PATCH] chore(main): release tket2-py 0.1.0a3 (#467) :robot: I have created a release *beep* *boop* --- ## [0.1.0a3](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.0a3) (2024-07-12) ### Documentation * simplify the getting started notebook ([#466](https://github.com/CQCL/tket2/issues/466)) ([10639b9](https://github.com/CQCL/tket2/commit/10639b9ea6766cf9a91deb556dc1852881c7cd96)) --- 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: Agustin Borgna --- .release-please-manifest.json | 2 +- pyproject.toml | 4 ++-- tket2-py/CHANGELOG.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd2026e2..e6e8ce7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "tket2-py": "0.1.0a2" + "tket2-py": "0.1.0a3" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8a3a7861..f2ad8dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.1.0a2" +version = "0.1.0a3" description = "pytket extension for the tket 2 compiler" classifiers = [ "Environment :: Console", @@ -68,7 +68,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -version = "0.1.0a2" +version = "0.1.0a3" description = "pytket extension for the tket 2 compiler" requires-python = ">=3.10" license = { file = "LICENCE" } diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index 7158d561..c832def6 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0a3](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.0a3) (2024-07-12) + + +### Documentation + +* simplify the getting started notebook ([#466](https://github.com/CQCL/tket2/issues/466)) ([10639b9](https://github.com/CQCL/tket2/commit/10639b9ea6766cf9a91deb556dc1852881c7cd96)) + ## [0.1.0a2](https://github.com/CQCL/tket2/compare/tket2-py-v0.0.0a1...tket2-py-v0.1.0a2) (2024-07-10)