Skip to content

Commit af1f622

Browse files
chore(develop): release 5.0.1 (#462)
1 parent 2e11c82 commit af1f622

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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-
".": "5.0.0"
2+
".": "5.0.1"
33
}

CHANGELOG.md

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

3+
## [5.0.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v5.0.0...v5.0.1) (2026-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* add various fixes regarding image processing ([#461](https://github.com/openfoodfacts/openfoodfacts-python/issues/461)) ([44ebbd0](https://github.com/openfoodfacts/openfoodfacts-python/commit/44ebbd027b41b7208a4f5540fcb9be8e264478e6))
9+
10+
11+
### Technical
12+
13+
* update .gitignore ([2e11c82](https://github.com/openfoodfacts/openfoodfacts-python/commit/2e11c8246810c1c21388c9b641298b248365d28b))
14+
315
## [5.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v4.0.0...v5.0.0) (2026-03-18)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openfoodfacts"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
authors = [
55
{name = "The Open Food Facts team", email = "contact@openfoodfacts.org"}
66
]

src/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__ = "5.0.0"
33+
__version__ = "5.0.1"

0 commit comments

Comments
 (0)