Skip to content

Commit ff903be

Browse files
acl-cqchugrbotss2165aborgna-q
authored
chore(release-py): bring hugr-py-v0.14.4 updates to main (#2719)
Modelled on #2708 (for 0.14.3) but this time including `.release-please-manifest.json`...oooh, should I? Will that confuse release-please when we do make a (breaking) release actually from `main` ?? --------- Co-authored-by: hugrbot <[email protected]> Co-authored-by: Seyon Sivarajah <[email protected]> Co-authored-by: Agustín Borgna <[email protected]>
1 parent 9508ad1 commit ff903be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

hugr-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.14.4](https://github.com/CQCL/hugr/compare/hugr-py-v0.14.3...hugr-py-v0.14.4) (2025-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* set hugr field of `PassResult` correctly ([#2715](https://github.com/CQCL/hugr/issues/2715)) ([4abedab](https://github.com/CQCL/hugr/commit/4abedabfd9015e79cfbe84ca2d369ec2175f9492))
9+
310
## [0.14.3](https://github.com/CQCL/hugr/compare/hugr-py-v0.14.2...hugr-py-v0.14.3) (2025-11-24)
411

512

hugr-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 = "hugr"
3-
version = "0.14.3"
3+
version = "0.14.4"
44
requires-python = ">=3.10"
55
description = "Quantinuum's common representation for quantum programs"
66
license = { file = "LICENCE" }

hugr-py/src/hugr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
# This is updated by our release-please workflow, triggered by this
2020
# annotation: x-release-please-version
21-
__version__ = "0.14.3"
21+
__version__ = "0.14.4"

0 commit comments

Comments
 (0)