Skip to content

Commit 2860fe2

Browse files
chore(develop): release 3.3.0 (#401)
1 parent 2c3c58d commit 2860fe2

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-
".": "3.2.0"
2+
".": "3.3.0"
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+
## [3.3.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.2.0...v3.3.0) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* improve object detection pre-processing ([#400](https://github.com/openfoodfacts/openfoodfacts-python/issues/400)) ([2c3c58d](https://github.com/openfoodfacts/openfoodfacts-python/commit/2c3c58dc675284a0f31d48d395963f18ab190b33))
9+
310
## [3.2.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.1.0...v3.2.0) (2025-11-18)
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__ = "3.2.0"
33+
__version__ = "3.3.0"

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 = "3.2.0"
3+
version = "3.3.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "contact@openfoodfacts.org"}
66
]

0 commit comments

Comments
 (0)