Skip to content

Commit 33cf8e4

Browse files
hugrbotaborgna-q
andauthored
chore(py): release tket-exts 0.12.3 (#1437)
🤖 I have created a release *beep* *boop* --- ## [0.12.3](tket-exts-v0.12.2...tket-exts-v0.12.3) (2026-04-07) ### Features * Pass scopes in python API, update to hugr-py 0.16 ([#1464](#1464)) ([369aba2](369aba2)) ### Documentation * fix tket-exts pyproject description ([#1436](#1436)) ([6f68fe0](6f68fe0)) --- 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 <agustin.borgna@quantinuum.com>
1 parent 9e3e0de commit 33cf8e4

6 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tket-py": "0.12.16",
33
"tket-eccs": "0.5.1",
4-
"tket-exts": "0.12.2",
4+
"tket-exts": "0.12.3",
55
"qis-compiler": "0.2.10"
66
}

tket-exts/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.3](https://github.com/Quantinuum/tket2/compare/tket-exts-v0.12.2...tket-exts-v0.12.3) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* Pass scopes in python API, update to hugr-py 0.16 ([#1464](https://github.com/Quantinuum/tket2/issues/1464)) ([369aba2](https://github.com/Quantinuum/tket2/commit/369aba22aa31f0e819074af8d96e8b38704c51ee))
9+
10+
11+
### Documentation
12+
13+
* fix tket-exts pyproject description ([#1436](https://github.com/Quantinuum/tket2/issues/1436)) ([6f68fe0](https://github.com/Quantinuum/tket2/commit/6f68fe0cd869e5493afba8a85e3306bfa3bc486a))
14+
315
## [0.12.2](https://github.com/Quantinuum/tket2/compare/tket-exts-v0.12.1...tket-exts-v0.12.2) (2026-01-28)
416

517

tket-exts/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-exts"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
requires-python = ">=3.10"
55
description = "Python interface for hugr extensions offered by tket"
66
license = { file = "LICENCE" }

tket-exts/src/tket_exts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# This is updated by our release-please workflow, triggered by this
2525
# annotation: x-release-please-version
26-
__version__ = "0.12.2"
26+
__version__ = "0.12.3"
2727

2828
__all__ = [
2929
"bool",

tket-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
'hugr ~= 0.16.0',
3333
"pytket>=2.1.0,<3",
3434
'tket_eccs ~= 0.5.1',
35-
'tket_exts >= 0.12.2, <0.13',
35+
'tket_exts >= 0.12.3, <0.13',
3636
]
3737

3838
[tool.uv.sources]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)