From 017188d418ea214f2eb99521214872130bf042bc Mon Sep 17 00:00:00 2001 From: Eugeniu Costetchi Date: Mon, 1 Jun 2026 16:28:55 +0200 Subject: [PATCH 1/3] chore(meta): remove Meaningfy author attribution and bump version Replace Meaningfy author/email in pyproject.toml with the Publications Office of the European Union, and bump src/VERSION to 1.1.0-rc.3. Refs TEDSWS-528 --- src/VERSION | 2 +- src/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/VERSION b/src/VERSION index 9084fa2..b2d500d 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.1.0 +1.1.0-rc.3 diff --git a/src/pyproject.toml b/src/pyproject.toml index 1c380ff..3c1e981 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -3,7 +3,7 @@ name = "ere-basic" version = "1.1.0" description = "A basic implementation of the Entity Resolution Engine (ERE)." authors = [ - {name = "Meaningfy",email = "hi@meaningfy.ws"} + {name = "Publications Office of the European Union"} ] readme = "../README.md" requires-python = ">=3.12,<3.15" @@ -48,7 +48,7 @@ rdflib = "7.6.0" pyyaml = "6.0.3" # TODO: should we have a registry? -ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.0.0", subdirectory = "src" } +ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.1.0", subdirectory = "src" } [tool.pytest.ini_options] From da102c7f5c499b8ecc0fd41cd5aab8f7ed650ae5 Mon Sep 17 00:00:00 2001 From: Grzegorz Kostkowski Date: Wed, 10 Jun 2026 10:25:55 +0200 Subject: [PATCH 2/3] fix(build): update poetry.lock --- src/poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/poetry.lock b/src/poetry.lock index 20cd36c..28adf51 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "altair" @@ -538,7 +538,7 @@ all = ["adbc-driver-manager", "fsspec", "ipython", "numpy", "pandas", "pyarrow"] [[package]] name = "ers-spec" -version = "1.0.0" +version = "1.1.0" description = " The core components for the Entity Resolution System (ERS) components.\n\n The ERS is a pluggable entity resolution system for data transformation pipelines.\n" optional = false python-versions = ">=3.12,<4.0" @@ -552,8 +552,8 @@ pydantic = ">=2.10.6,<3.0.0" [package.source] type = "git" url = "https://github.com/OP-TED/entity-resolution-spec.git" -reference = "release/1.0.0" -resolved_reference = "457ae516cb1894a3f0ea3786ae05b355785c2f12" +reference = "release/1.1.0" +resolved_reference = "0565b2ddf3d5a11851128a80abed08f4de950080" subdirectory = "src" [[package]] @@ -2603,4 +2603,4 @@ requests = ">=2.0,<3.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "20f977ccb294fd1c656b2b76eaa3c546bf7eddf5cdea1226000bbc7c0f28b8c8" +content-hash = "a74fb6a86c6e0f5bd7163394aeceb779b6c13ab388a20b1f8727d6c84d32c92b" From f2ba2ffc0b47063f884cb1e60971bc972a93e4a0 Mon Sep 17 00:00:00 2001 From: Grzegorz Kostkowski Date: Wed, 10 Jun 2026 14:08:15 +0200 Subject: [PATCH 3/3] docs(changelog): add 1.1.0-rc.3 release section --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895591c..63615a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.1.0] - 2026-05-15 +## [1.1.0-rc.3] - 2026-06-10 + +### Changed +- Package author updated to Publications Office of the European Union +- `poetry.lock` refreshed with updated dependency pins +- Installation instructions updated + +## [1.1.0-rc.2] - 2026-05-15 ### Added - Optional TLS support for Redis connections via `REDIS_TLS` environment variable