Skip to content

Commit

Permalink
chore(py): release tket2-eccs 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugrbot committed Nov 11, 2024
1 parent 5148ace commit 659f3c6
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.4.1",
"tket2-eccs": "0.2.0",
"tket2-eccs": "0.2.1",
"tket2-exts": "0.1.1"
}
12 changes: 12 additions & 0 deletions tket2-eccs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.1](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.2.0...tket2-eccs-v0.2.1) (2024-11-11)


### Features

* move extensions to auxillary package ([#682](https://github.com/CQCL/tket2/issues/682)) ([dd78f9a](https://github.com/CQCL/tket2/commit/dd78f9a571905407bcf74131a54f4aefbca740c4))


### Reverts

* "Support python 3.13 ([#653](https://github.com/CQCL/tket2/issues/653))" ([#657](https://github.com/CQCL/tket2/issues/657)) ([3fb67ac](https://github.com/CQCL/tket2/commit/3fb67acf5e860fba8f8e1b9e6c5836846a0fcb7d))

## [0.2.0](https://github.com/CQCL/tket2/compare/tket2-eccs-v0.1.0...tket2-eccs-v0.2.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tket2_eccs"
version = "0.2.0"
version = "0.2.1"
requires-python = ">=3.10"
description = "Precompiled rewrite sets for the tket 2 compiler"
license = { file = "LICENCE" }
Expand Down
2 changes: 1 addition & 1 deletion tket2-eccs/src/tket2_eccs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# This is updated by our release-please workflow, triggered by this
# annotation: x-release-please-version
__version__ = "0.2.0"
__version__ = "0.2.1"

from importlib import resources
from pathlib import Path
Expand Down

0 comments on commit 659f3c6

Please sign in to comment.