Skip to content

Commit 8e672eb

Browse files
chore(develop): release 2.4.0 (#305)
1 parent 56362ac commit 8e672eb

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.3.4"
2+
".": "2.4.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+
## [2.4.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.3.4...v2.4.0) (2024-12-11)
4+
5+
6+
### Features
7+
8+
* add UpdateListener class ([#304](https://github.com/openfoodfacts/openfoodfacts-python/issues/304)) ([56362ac](https://github.com/openfoodfacts/openfoodfacts-python/commit/56362ac1503c7534224d831bda8e3b7966f1f83a))
9+
310
## [2.3.4](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.3.3...v2.3.4) (2024-12-10)
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.3.4"
33+
__version__ = "2.4.0"

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.3.4"
3+
version = "2.4.0"
44
description = "Official Python SDK of Open Food Facts"
55
authors = ["The Open Food Facts team"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)