From dac8e22bdaaa08a87086ba43c93345717fd15dc5 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:08:46 +0200 Subject: [PATCH] chore(main): release 1.34.1 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ac8db140..8f8c811ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.34.1](https://github.com/openfoodfacts/robotoff/compare/v1.34.0...v1.34.1) (2023-08-31) + + +### Bug Fixes + +* fix bug in product_weight.py ([2e94d11](https://github.com/openfoodfacts/robotoff/commit/2e94d115732d05b9f9ca6addcdef2cb0b6aac180)) +* update normalize_weight function after Pint upgrade ([80d3a09](https://github.com/openfoodfacts/robotoff/commit/80d3a09af24447570a7c09362e6c416194add671)) +* update packaging denylist ([23e6e26](https://github.com/openfoodfacts/robotoff/commit/23e6e2641d8881fd5a36d8a1f9611dc6d8a0b060)) + + +### Technical + +* update dependencies ([5353f1c](https://github.com/openfoodfacts/robotoff/commit/5353f1caaef7f82be5b199bf864670b150233c72)) + ## [1.34.0](https://github.com/openfoodfacts/robotoff/compare/v1.33.0...v1.34.0) (2023-08-31) diff --git a/pyproject.toml b/pyproject.toml index 0ad4dbfa87..ade89b7bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.34.0" +version = "1.34.1" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"