From f77bd4ada702c8e47fcccd7f550ea66d2756cc29 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:38:55 +0200 Subject: [PATCH] chore(main): release 1.54.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fb1dd0fc..82660e9b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.54.1](https://github.com/openfoodfacts/robotoff/compare/v1.54.0...v1.54.1) (2024-10-25) + + +### Bug Fixes + +* fix issue with max() call on empty sequence ([5410b30](https://github.com/openfoodfacts/robotoff/commit/5410b30ba8cf26f98ea6cd53e9522659c5cc5bf8)) + ## [1.54.0](https://github.com/openfoodfacts/robotoff/compare/v1.53.3...v1.54.0) (2024-10-25) diff --git a/pyproject.toml b/pyproject.toml index e6ccadc9a1..9b63f27c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.54.0" +version = "1.54.1" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"