From ea09c8c7196e580d13e97f6389c29ed01d37866d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 3 Aug 2026 11:46:07 +0000 Subject: [PATCH] 0.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdc090..7fbe806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.2 (2026-08-03) + +### Bug Fixes + +- Remove opencv pin + ([`84836fd`](https://gitea.psi.ch/mx/AareCommon/commit/84836fd76a5b157d6c53cc5a13175e59c99dedfb)) + + ## v0.2.1 (2026-07-31) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index deead1f..0d17044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "aarecommon" -version = "0.2.1" +version = "0.2.2" description = "Common components (models, calculations) for Aare packages" readme = "README.md" requires-python = ">=3.11"