Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tket-py": "0.12.7",
"tket-py": "0.12.8",
"tket-eccs": "0.5.1",
"tket-exts": "0.12.0",
"qis-compiler": "0.2.6"
Expand Down
6 changes: 6 additions & 0 deletions tket-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.12.8](https://github.com/CQCL/tket2/compare/tket-py-v0.12.7...tket-py-v0.12.8) (2025-10-20)

### Documentation

* Tket-py notebook cleanup ([9d6f241](https://github.com/CQCL/tket2/commit/9d6f241382f40643150836a2dcc9bdc7cd9eeb96))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR number is not auto-added on COMMIT_OVERRIDE items

Suggested change
* Tket-py notebook cleanup ([9d6f241](https://github.com/CQCL/tket2/commit/9d6f241382f40643150836a2dcc9bdc7cd9eeb96))
* Tket-py notebook cleanup ([#1146](https://github.com/CQCL/tket2/issues/1146)) ([9d6f241](https://github.com/CQCL/tket2/commit/9d6f241382f40643150836a2dcc9bdc7cd9eeb96))


## [0.12.7](https://github.com/CQCL/tket2/compare/tket-py-v0.12.6...tket-py-v0.12.7) (2025-09-12)


Expand Down
2 changes: 1 addition & 1 deletion tket-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tket"
version = "0.12.7"
version = "0.12.8"
requires-python = ">=3.10"
description = "Quantinuum's TKET Quantum Compiler"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket-py/tket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.12.7"
__version__ = "0.12.8"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading