Skip to content

Commit

Permalink
chore(develop): release 2.3.4 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored Dec 10, 2024
1 parent 8558d6d commit 7e5a697
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.3"
".": "2.3.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.3.4](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.3.3...v2.3.4) (2024-12-10)


### Bug Fixes

* fix wrong scale_x and scale_y for object detection models ([#302](https://github.com/openfoodfacts/openfoodfacts-python/issues/302)) ([8558d6d](https://github.com/openfoodfacts/openfoodfacts-python/commit/8558d6dc9a8fdeafeaec391350f35fa8b1350981))

## [2.3.3](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.3.2...v2.3.3) (2024-12-10)


Expand Down
2 changes: 1 addition & 1 deletion openfoodfacts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"normalize_barcode",
]

__version__ = "2.3.3"
__version__ = "2.3.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openfoodfacts"
version = "2.3.3"
version = "2.3.4"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
Expand Down

0 comments on commit 7e5a697

Please sign in to comment.