Skip to content

Commit

Permalink
chore(main): release 1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot committed Oct 28, 2024
1 parent 022a788 commit 95748c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.54.2](https://github.com/openfoodfacts/robotoff/compare/v1.54.1...v1.54.2) (2024-10-28)


### Bug Fixes

* fix KeyError exception in UPCImageImporter ([#1443](https://github.com/openfoodfacts/robotoff/issues/1443)) ([022a788](https://github.com/openfoodfacts/robotoff/commit/022a7882432da2a15bd56411a7635a1732e8955b)), closes [#1442](https://github.com/openfoodfacts/robotoff/issues/1442)
* fix wrong call to logger.exception ([#1441](https://github.com/openfoodfacts/robotoff/issues/1441)) ([750eea9](https://github.com/openfoodfacts/robotoff/commit/750eea99ee60562d9d6ac21705b1d7d5306e6e68)), closes [#1440](https://github.com/openfoodfacts/robotoff/issues/1440)

## [1.54.1](https://github.com/openfoodfacts/robotoff/compare/v1.54.0...v1.54.1) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "robotoff"
version = "1.54.1"
version = "1.54.2"
description = "Real-time and batch prediction service for Open Food Facts."
authors = ["Open Food Facts Team"]
license = "GNU Affero General Public License v3"
Expand Down

0 comments on commit 95748c9

Please sign in to comment.