Skip to content

Commit 251513e

Browse files
chore(develop): release 3.4.2 (#422)
1 parent 059df93 commit 251513e

4 files changed

Lines changed: 19 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.4.1"
2+
".": "3.4.2"
33
}

CHANGELOG.md

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

3+
## [3.4.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.1...v3.4.2) (2026-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* fix pep8 issues ([059df93](https://github.com/openfoodfacts/openfoodfacts-python/commit/059df9368009da679d9da398e11e98cfc3dbf0f4))
9+
* set-up explicitely licence file ([01147fd](https://github.com/openfoodfacts/openfoodfacts-python/commit/01147fdac2fa430015efa3376e2d9102d0ae47dc))
10+
* update naming convention for APIVersion ([008c700](https://github.com/openfoodfacts/openfoodfacts-python/commit/008c700f5ce484df1995736c393fcb2d8ff97369))
11+
12+
13+
### Technical
14+
15+
* **deps:** upgrade more Python versions ([f8093a7](https://github.com/openfoodfacts/openfoodfacts-python/commit/f8093a704108dd78580f103e6caca62f8595a8f5))
16+
* **deps:** upgrade to new version of release please ([89b3251](https://github.com/openfoodfacts/openfoodfacts-python/commit/89b3251282a7a664fb3e9658010d9514e381d605))
17+
* remove MANIFEST.in ([207d6c5](https://github.com/openfoodfacts/openfoodfacts-python/commit/207d6c5cb77c54617922c637e1c2cc51e1583007))
18+
319
## [3.4.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.0...v3.4.1) (2026-02-10)
420

521

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.1"
33+
__version__ = "3.4.2"

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

0 commit comments

Comments
 (0)