Skip to content

Commit c2f0bb1

Browse files
chore(develop): release 5.0.0
1 parent 26da522 commit c2f0bb1

File tree

4 files changed

+19
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v4.0.0...v5.0.0) (2026-03-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* improve ImageClassifier ([#460](https://github.com/openfoodfacts/openfoodfacts-python/issues/460))
9+
10+
### Features
11+
12+
* improve ImageClassifier ([#460](https://github.com/openfoodfacts/openfoodfacts-python/issues/460)) ([26da522](https://github.com/openfoodfacts/openfoodfacts-python/commit/26da522d3f74abd7e029bad3dae46bc4c0a63a9f))
13+
14+
15+
### Technical
16+
17+
* fix typo in README: instanciated → instantiated ([#457](https://github.com/openfoodfacts/openfoodfacts-python/issues/457)) ([d16bcc4](https://github.com/openfoodfacts/openfoodfacts-python/commit/d16bcc4986e46964d860d36fc8af719d0dad47a2))
18+
319
## [4.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.5...v4.0.0) (2026-03-09)
420

521

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 = "4.0.0"
3+
version = "5.0.0"
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__ = "4.0.0"
33+
__version__ = "5.0.0"

0 commit comments

Comments
 (0)