Skip to content

Commit 0480dde

Browse files
committed
chore(py): release tket-py 0.12.8
1 parent 41e94ba commit 0480dde

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.7",
2+
"tket-py": "0.12.8",
33
"tket-eccs": "0.5.1",
44
"tket-exts": "0.11.0",
55
"qis-compiler": "0.2.6"

tket-py/CHANGELOG.md

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

3+
## [0.12.8](https://github.com/CQCL/tket2/compare/tket-py-v0.12.7...tket-py-v0.12.8) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* Port selene-hugr-qis-compiler to tket2 repository ([970f3b1](https://github.com/CQCL/tket2/commit/970f3b1dc8909c7b38071221624564d91b1168cd))
9+
10+
11+
### Documentation
12+
13+
* Tket-py notebook cleanup ([#1131](https://github.com/CQCL/tket2/issues/1131)) ([9d6f241](https://github.com/CQCL/tket2/commit/9d6f241382f40643150836a2dcc9bdc7cd9eeb96))
14+
315
## [0.12.7](https://github.com/CQCL/tket2/compare/tket-py-v0.12.6...tket-py-v0.12.7) (2025-09-12)
416

517

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.7"
3+
version = "0.12.8"
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.7"
19+
__version__ = "0.12.8"

0 commit comments

Comments
 (0)