Skip to content

Commit

Permalink
chore(develop): release 2.3.0 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot authored Dec 9, 2024
1 parent 4456195 commit 21cb18c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.3.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.2.0...v2.3.0) (2024-12-09)


### Features

* add new openfoodfacts.ml module ([#293](https://github.com/openfoodfacts/openfoodfacts-python/issues/293)) ([27659fe](https://github.com/openfoodfacts/openfoodfacts-python/commit/27659fe2788c4273b93945790dcbe4824e3e5f4b))


### Dependencies

* relax dependency constrains ([#295](https://github.com/openfoodfacts/openfoodfacts-python/issues/295)) ([4456195](https://github.com/openfoodfacts/openfoodfacts-python/commit/44561954fe744368eb417797037afabaa90fd575))
* relax dependency constraints ([4456195](https://github.com/openfoodfacts/openfoodfacts-python/commit/44561954fe744368eb417797037afabaa90fd575))

## [2.2.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v2.1.0...v2.2.0) (2024-11-06)


Expand Down
2 changes: 1 addition & 1 deletion openfoodfacts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"normalize_barcode",
]

__version__ = "2.2.0"
__version__ = "2.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openfoodfacts"
version = "2.2.0"
version = "2.3.0"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
Expand Down

0 comments on commit 21cb18c

Please sign in to comment.