Skip to content

Commit b2e2375

Browse files
committed
chore(py): release tket-py 0.12.9
1 parent cf1ffae commit b2e2375

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tket-py": "0.12.8",
2+
"tket-py": "0.12.9",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.12.0",
55
"qis-compiler": "0.2.10"

tket-py/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.9](https://github.com/CQCL/tket2/compare/tket-py-v0.12.8...tket-py-v0.12.9) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* Add bindings for tket1-passes from python ([[#1225](https://github.com/CQCL/tket2/issues/1225)](https://github.com/CQCL/tket2/pull/1225)) ([fce8084](https://github.com/CQCL/tket2/commit/fce8084d84ad1b8c31fc460f710093a6c54710ed))
9+
310
## [0.12.8](https://github.com/CQCL/tket2/compare/tket-py-v0.12.7...tket-py-v0.12.8) (2025-10-20)
411

512
### Documentation

tket-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tket"
3-
version = "0.12.8"
3+
version = "0.12.9"
44
requires-python = ">=3.10"
55
description = "Quantinuum's TKET Quantum Compiler"
66
license = { file = "LICENCE" }

tket-py/tket/__init__.py

Lines changed: 1 addition & 1 deletion
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.12.8"
19+
__version__ = "0.12.9"

0 commit comments

Comments
 (0)