Skip to content

Commit 0c58a6c

Browse files
openfoodfacts-botraphael0202
authored andcommitted
chore(develop): release 1.0.1
1 parent 1b90084 commit 0c58a6c

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.0.0"
2+
".": "1.0.1"
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.0.1](https://github.com/openfoodfacts/openfoodfacts-python/compare/v1.0.0...v1.0.1) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* improve RedisUpdate class ([1b90084](https://github.com/openfoodfacts/openfoodfacts-python/commit/1b9008463200c9a3a598669c4636ff9af9cd137c))
9+
310
## [1.0.0](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.4.0...v1.0.0) (2024-07-17)
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.0.0"
30+
__version__ = "1.0.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 = "1.0.0"
3+
version = "1.0.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)