From b443de72a9c88ecd9844af512e3c04da9a51b5f9 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:55:15 +0100 Subject: [PATCH] chore(main): release 1.85.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 04454c8c3b..5545988101 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.85.5" + ".": "1.85.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c609bae267..5776da535f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.85.6](https://github.com/openfoodfacts/robotoff/compare/v1.85.5...v1.85.6) (2026-02-23) + + +### Bug Fixes + +* centralize taxonomy download ([#1857](https://github.com/openfoodfacts/robotoff/issues/1857)) ([768848d](https://github.com/openfoodfacts/robotoff/commit/768848d56be9f9ad352af1df0d6bf4f540ec7275)) + ## [1.85.5](https://github.com/openfoodfacts/robotoff/compare/v1.85.4...v1.85.5) (2026-02-23) diff --git a/pyproject.toml b/pyproject.toml index db73cd4691..fc332ee0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ [project] name = "robotoff" -version = "1.85.5" +version = "1.85.6" description = "Real-time and batch prediction service for Open Food Facts." readme = "README.md" requires-python = ">=3.11"