Skip to content

Commit af3cf0f

Browse files
chore(develop): release 2.5.2 (#328)
1 parent 224c38c commit af3cf0f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.1"
2+
".": "2.5.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.1...v2.5.2) (2025-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* add new function to convert images to old schema ([#327](https://github.com/openfoodfacts/openfoodfacts-python/issues/327)) ([224c38c](https://github.com/openfoodfacts/openfoodfacts-python/commit/224c38cc202e94ba2ecb6ba5a68ba7f8609c4c49))
9+
310
## [2.5.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.0...v2.5.1) (2025-04-03)
411

512

openfoodfacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"normalize_barcode",
3131
]
3232

33-
__version__ = "2.5.1"
33+
__version__ = "2.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openfoodfacts"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
description = "Official Python SDK of Open Food Facts"
55
authors = ["The Open Food Facts team"]
66
license = "MIT"

0 commit comments

Comments
 (0)