Skip to content

Commit

Permalink
chore(develop): release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot committed Aug 9, 2023
1 parent ef5b32c commit e716101
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@
{
".": "0.1.7"
".": "0.1.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.1.7...v0.1.8) (2023-08-09)


### Bug Fixes

* add Lang enum ([ef5b32c](https://github.com/openfoodfacts/openfoodfacts-python/commit/ef5b32ca65e92a753a5cdc794868c1f87e1d5187))

## [0.1.7](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.1.6...v0.1.7) (2023-08-09)


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

__version__ = "0.1.7"
__version__ = "0.1.8"
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 = "0.1.7"
version = "0.1.8"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
Expand Down

0 comments on commit e716101

Please sign in to comment.