From d25e9fb586711494382bc16dfe128612af80b388 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:27:06 +0100 Subject: [PATCH] chore(main): release 1.56.2 (#1459) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a2d22294..c721ee3ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.56.2](https://github.com/openfoodfacts/robotoff/compare/v1.56.1...v1.56.2) (2024-11-07) + + +### Technical + +* increase memory limit for scheduler ([#1461](https://github.com/openfoodfacts/robotoff/issues/1461)) ([e698510](https://github.com/openfoodfacts/robotoff/commit/e698510c3af64e288d9cd2f2d913e68b25a4393a)) +* remove useless file ([192f3e6](https://github.com/openfoodfacts/robotoff/commit/192f3e6c70c6bef8bdc939e61fee5f390b81d87f)) + ## [1.56.1](https://github.com/openfoodfacts/robotoff/compare/v1.56.0...v1.56.1) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index ab9fa7a66e..2a3d7019b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.56.1" +version = "1.56.2" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"