Skip to content

Commit d8eadca

Browse files
authored
chore(py): release tket-py 0.12.1 (#1001)
🤖 I have created a release *beep* *boop* --- ## [0.12.1](tket-py-v0.12.0...tket-py-v0.12.1) (2025-07-29) ### Bug Fixes * **py:** update tket-py dependencies on other workspace packages ([#1000](#1000)) ([4fab27b](4fab27b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4fab27b commit d8eadca

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.0",
2+
"tket-py": "0.12.1",
33
"tket-eccs": "0.5.0",
44
"tket-exts": "0.10.0"
55
}

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.1](https://github.com/CQCL/tket2/compare/tket-py-v0.12.0...tket-py-v0.12.1) (2025-07-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **py:** update tket-py dependencies on other workspace packages ([#1000](https://github.com/CQCL/tket2/issues/1000)) ([4fab27b](https://github.com/CQCL/tket2/commit/4fab27bdf2eed8a81a25de5146bffe50337f3259))
9+
310
## [0.12.0](https://github.com/CQCL/tket2/compare/tket-py-v0.11.1...tket-py-v0.12.0) (2025-07-29)
411

512

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

0 commit comments

Comments
 (0)