Skip to content

Commit

Permalink
chore(py): release tket2-py 0.6.1 (#776)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.6.1](tket2-py-v0.6.0...tket2-py-v0.6.1)
(2025-02-21)


### Features

* add a `tket2.qsystem.utils` extension with `GetCurrentShot`
([#772](#772))
([175a02d](175a02d)),
closes [#767](#767)


### Bug Fixes

* include RNG extension in tket2-py, bump tket2-exts constraint
([#781](#781))
([9eb8897](9eb8897))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugrbot authored Feb 21, 2025
1 parent 9eb8897 commit f0c67be
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tket2-py": "0.6.0",
"tket2-py": "0.6.1",
"tket2-eccs": "0.3.0",
"tket2-exts": "0.4.0"
}
12 changes: 12 additions & 0 deletions tket2-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.6.0...tket2-py-v0.6.1) (2025-02-21)


### Features

* add a `tket2.qsystem.utils` extension with `GetCurrentShot` ([#772](https://github.com/CQCL/tket2/issues/772)) ([175a02d](https://github.com/CQCL/tket2/commit/175a02da2ce8a0065c265cdae7518c1b5284cff3)), closes [#767](https://github.com/CQCL/tket2/issues/767)


### Bug Fixes

* include RNG extension in tket2-py, bump tket2-exts constraint ([#781](https://github.com/CQCL/tket2/issues/781)) ([9eb8897](https://github.com/CQCL/tket2/commit/9eb8897fe5eed96070700b2f43461da1fd1346ee))

## [0.6.0](https://github.com/CQCL/tket2/compare/tket2-py-v0.5.1...tket2-py-v0.6.0) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion tket2-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tket2"
version = "0.6.0"
version = "0.6.1"
requires-python = ">=3.10"
description = "Quantinuum's TKET2 Quantum Compiler"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-py/tket2/__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.6.0"
__version__ = "0.6.1"

0 comments on commit f0c67be

Please sign in to comment.