Skip to content

Commit f16cf7c

Browse files
hugrbotaborgna-q
andauthored
chore(py): release tket2-py 0.7.0 (#796)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](tket2-py-v0.6.1...tket2-py-v0.7.0) (2025-03-06) ### ⚠ BREAKING CHANGES * **tket2-py:** Adds `OrderInZones` to `tket2.qsystem.utils` ### Features * **tket2-py:** bump tket2_exts constraint ([#794](#794)) ([520e950](520e950)) --- 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 <[email protected]>
1 parent 520e950 commit f16cf7c

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tket2-py": "0.6.1",
2+
"tket2-py": "0.7.0",
33
"tket2-eccs": "0.3.0",
44
"tket2-exts": "0.5.1"
55
}

tket2-py/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.6.1...tket2-py-v0.7.0) (2025-03-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **tket2-py:** Adds `OrderInZones` to `tket2.qsystem.utils`
9+
10+
### Features
11+
12+
* **tket2-py:** bump tket2_exts constraint ([#794](https://github.com/CQCL/tket2/issues/794)) ([520e950](https://github.com/CQCL/tket2/commit/520e9505630d1bc166472fb1af1095bb39e8b414))
13+
314
## [0.6.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.6.0...tket2-py-v0.6.1) (2025-02-21)
415

516

tket2-py/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket2"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET2 Quantum Compiler"
66
license = { file = "LICENCE" }

tket2-py/tket2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# This is updated by our release-please workflow, triggered by this
1818
# annotation: x-release-please-version
19-
__version__ = "0.6.1"
19+
__version__ = "0.7.0"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)