diff --git a/CHANGELOG.md b/CHANGELOG.md index bc23c361af..05609d0a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.59.3](https://github.com/openfoodfacts/robotoff/compare/v1.59.2...v1.59.3) (2024-12-12) + + +### Technical + +* increase allowed memory for Triton ([#1498](https://github.com/openfoodfacts/robotoff/issues/1498)) ([0c52a59](https://github.com/openfoodfacts/robotoff/commit/0c52a59d96effa5a2fb918cfeb67e801edbb0a63)) + ## [1.59.2](https://github.com/openfoodfacts/robotoff/compare/v1.59.1...v1.59.2) (2024-12-12) diff --git a/pyproject.toml b/pyproject.toml index 28b62015e7..118e765535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.59.2" +version = "1.59.3" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"