Skip to content

Commit 95e2d67

Browse files
chore(develop): release 3.4.5 (#440)
1 parent 5841ecc commit 95e2d67

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.4.4"
2+
".": "3.4.5"
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.4.5](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.4...v3.4.5) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* download taxonomy files in temporary directory ([#439](https://github.com/openfoodfacts/openfoodfacts-python/issues/439)) ([5841ecc](https://github.com/openfoodfacts/openfoodfacts-python/commit/5841eccb305508c3e3f639727dd0ee8ad7700437))
9+
310
## [3.4.4](https://github.com/openfoodfacts/openfoodfacts-python/compare/v3.4.3...v3.4.4) (2026-02-19)
411

512

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

0 commit comments

Comments
 (0)