Skip to content

Commit eca00f1

Browse files
authored
Merge pull request #222 from openfoodfacts/release-please--branches--develop
chore(develop): release 0.2.1
2 parents 36a9625 + 29bef79 commit eca00f1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.2.0...v0.2.1) (2024-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* fix Flavor.opf domain ([acdd9f7](https://github.com/openfoodfacts/openfoodfacts-python/commit/acdd9f709ab8dc9bbd9bfcc71fe25a21b7933497))
9+
* update copyright year ([3c80d59](https://github.com/openfoodfacts/openfoodfacts-python/commit/3c80d5918fa03a66d0618a5a6f50937973ca33aa))
10+
311
## [0.2.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.1.12...v0.2.0) (2024-03-01)
412

513

openfoodfacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"get_dataset",
2828
]
2929

30-
__version__ = "0.2.0"
30+
__version__ = "0.2.1"

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 = "0.2.0"
3+
version = "0.2.1"
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)