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"