Skip to content

Commit 0f02e9b

Browse files
chore(develop): release 2.6.1 (#336)
1 parent 9897443 commit 0f02e9b

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-
".": "2.6.0"
2+
".": "2.6.1"
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+
## [2.6.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.6.0...v2.6.1) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fix issue witn convert_to_legacy_schema function ([#335](https://github.com/openfoodfacts/openfoodfacts-python/issues/335)) ([9897443](https://github.com/openfoodfacts/openfoodfacts-python/commit/9897443a0af44ec92ed307c3b9fc3f9d4f349e23)), closes [#334](https://github.com/openfoodfacts/openfoodfacts-python/issues/334)
9+
310
## [2.6.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.2...v2.6.0) (2025-05-30)
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__ = "2.6.0"
33+
__version__ = "2.6.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openfoodfacts"
3-
version = "2.6.0"
3+
version = "2.6.1"
44
description = "Official Python SDK of Open Food Facts"
55
authors = ["The Open Food Facts team"]
66
license = "MIT"

0 commit comments

Comments
 (0)