diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a341e7..4490182 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec9b70..9cd4236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.5.0...v2.5.1) (2025-01-02) + + +### Bug Fixes + +* **metadata:** add project repository URL ([#311](https://github.com/openfoodfacts/openfoodfacts-python/issues/311)) ([cbf38b4](https://github.com/openfoodfacts/openfoodfacts-python/commit/cbf38b4aed0a1af260b94811e44c7e327afe8635)) +* **metadata:** set license to "MIT" (as in LICENSE file) ([#310](https://github.com/openfoodfacts/openfoodfacts-python/issues/310)) ([d82191c](https://github.com/openfoodfacts/openfoodfacts-python/commit/d82191c6448fef0759b03d6d9b6068954d2c0dbb)) + + +### Documentation + +* https://python-poetry.org/docs/pyproject/#repository ([cbf38b4](https://github.com/openfoodfacts/openfoodfacts-python/commit/cbf38b4aed0a1af260b94811e44c7e327afe8635)) + ## [2.5.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.4.0...v2.5.0) (2024-12-12) diff --git a/openfoodfacts/__init__.py b/openfoodfacts/__init__.py index abcdcf5..8b72cbe 100644 --- a/openfoodfacts/__init__.py +++ b/openfoodfacts/__init__.py @@ -30,4 +30,4 @@ "normalize_barcode", ] -__version__ = "2.5.0" +__version__ = "2.5.1" diff --git a/pyproject.toml b/pyproject.toml index d5a57cd..68f54c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openfoodfacts" -version = "2.5.0" +version = "2.5.1" description = "Official Python SDK of Open Food Facts" authors = ["The Open Food Facts team"] license = "MIT"