Skip to content

Commit d7ef79c

Browse files
chore(develop): release 3.4.0 (#407)
1 parent 26d1361 commit d7ef79c

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.3.0"
2+
".": "3.4.0"
33
}

CHANGELOG.md

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

3+
## [3.4.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.3.0...v3.4.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* **Taxonomy:** allow fetching 'stores' ([#406](https://github.com/openfoodfacts/openfoodfacts-python/issues/406)) ([ae27d85](https://github.com/openfoodfacts/openfoodfacts-python/commit/ae27d850136f1e4db5aa1fc459dd4d80adc19eea))
9+
10+
11+
### Bug Fixes
12+
13+
* fix bug in how we apply NMS ([#417](https://github.com/openfoodfacts/openfoodfacts-python/issues/417)) ([26d1361](https://github.com/openfoodfacts/openfoodfacts-python/commit/26d136198d290bfa3a2c692cf273f7e107284054))
14+
* **Taxonomy:** add missing nova_group URL mapping ([#408](https://github.com/openfoodfacts/openfoodfacts-python/issues/408)) ([f05108a](https://github.com/openfoodfacts/openfoodfacts-python/commit/f05108adc14e17e1974caa673b9433fd3ab50927))
15+
316
## [3.3.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.2.0...v3.3.0) (2025-11-20)
417

518

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

0 commit comments

Comments
 (0)