Skip to content

Commit 6b292e3

Browse files
chore(develop): release 4.0.0
1 parent b7cd03e commit 6b292e3

File tree

4 files changed

+20
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.5...v4.0.0) (2026-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* warnings.deprecated is only available on Python 3.13+ ([#453](https://github.com/openfoodfacts/openfoodfacts-python/issues/453))
9+
10+
### Bug Fixes
11+
12+
* ensure `value_string` is not an int or a float ([#454](https://github.com/openfoodfacts/openfoodfacts-python/issues/454)) ([b7cd03e](https://github.com/openfoodfacts/openfoodfacts-python/commit/b7cd03ecfe4088a0f3bee0f795fdaba27f627b72))
13+
* warnings.deprecated is only available on Python 3.13+ ([#453](https://github.com/openfoodfacts/openfoodfacts-python/issues/453)) ([3d4fa68](https://github.com/openfoodfacts/openfoodfacts-python/commit/3d4fa68eb7ca211cb97185fb83c2a7ab9a24ace6))
14+
15+
16+
### Technical
17+
18+
* unify api.send_*_request() functions ([#435](https://github.com/openfoodfacts/openfoodfacts-python/issues/435)) ([df7d26e](https://github.com/openfoodfacts/openfoodfacts-python/commit/df7d26ec148446874326d92022e8d1a6a1564a00))
19+
320
## [3.4.5](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.4...v3.4.5) (2026-02-23)
421

522

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.4.5"
3+
version = "4.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__ = "3.4.5"
33+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)