From 64d83f4ccae110c38d39bf2dc2398d8bd72fc027 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:09:58 +0200 Subject: [PATCH] chore(main): release 1.52.1 (#1416) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091488808e..3fde9b3b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.52.1](https://github.com/openfoodfacts/robotoff/compare/v1.52.0...v1.52.1) (2024-09-18) + + +### Technical + +* :memo: Batch Job - Spellcheck documentation ([#1408](https://github.com/openfoodfacts/robotoff/issues/1408)) ([2748324](https://github.com/openfoodfacts/robotoff/commit/2748324b40aab6f5c11d31e03d24ac31de93e1af)) +* **deps:** bump vllm from 0.5.4 to 0.5.5 in /batch/spellcheck ([9a09729](https://github.com/openfoodfacts/robotoff/commit/9a09729406c92947633cf3d0157904839533dc46)) + ## [1.52.0](https://github.com/openfoodfacts/robotoff/compare/v1.51.0...v1.52.0) (2024-09-17) diff --git a/pyproject.toml b/pyproject.toml index 0450dbb775..5e655a0d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.52.0" +version = "1.52.1" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"