Skip to content

Commit 90dbfd7

Browse files
chore(develop): release 3.1.0 (#390)
1 parent 73704cf commit 90dbfd7

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.0.0"
2+
".": "3.1.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.1.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.0.0...v3.1.0) (2025-09-25)
4+
5+
6+
### Features
7+
8+
* implement POST /api/v3/product/{barcode}/images route ([#389](https://github.com/openfoodfacts/openfoodfacts-python/issues/389)) ([73704cf](https://github.com/openfoodfacts/openfoodfacts-python/commit/73704cf4e348813780af2125cefb2936fb55fce5))
9+
310
## [3.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.9.0...v3.0.0) (2025-09-11)
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.0.0"
33+
__version__ = "3.1.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.0.0"
3+
version = "3.1.0"
44
authors = [
55
{name = "The Open Food Facts team", email = "[email protected]"}
66
]

0 commit comments

Comments
 (0)