Skip to content

Commit 87f2ef3

Browse files
openfoodfacts-botraphael0202
authored andcommitted
chore(develop): release 1.1.3
1 parent fd2f8f2 commit 87f2ef3

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-
".": "1.1.2"
2+
".": "1.1.3"
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+
## [1.1.3](https://github.com/openfoodfacts/openfoodfacts-python/compare/v1.1.2...v1.1.3) (2024-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* don't assume Pillow is available ([fd2f8f2](https://github.com/openfoodfacts/openfoodfacts-python/commit/fd2f8f2faad1f670e316374924cf42eed8d4fab0))
9+
310
## [1.1.2](https://github.com/openfoodfacts/openfoodfacts-python/compare/v1.1.1...v1.1.2) (2024-10-04)
411

512

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__ = "1.1.2"
30+
__version__ = "1.1.3"

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 = "1.1.2"
3+
version = "1.1.3"
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)