Skip to content

Commit

Permalink
Merge pull request #139 from openfoodfacts/release-please--branches--…
Browse files Browse the repository at this point in the history
…develop--components--openfoodfacts

chore(develop): release 0.1.5
  • Loading branch information
raphael0202 authored Jul 21, 2023
2 parents 39c15d2 + ea9ce8a commit b1cc21a
Show file tree
Hide file tree
Showing 4 changed files with 20 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.4"
".": "0.1.5"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.1.5](https://github.com/openfoodfacts/openfoodfacts-python/compare/v0.1.4...v0.1.5) (2023-07-21)


### Bug Fixes

* fix github actions ([016e376](https://github.com/openfoodfacts/openfoodfacts-python/commit/016e37622b24ab109894cc3c3b9f9083ebca922f))
* fix isort config ([360f65c](https://github.com/openfoodfacts/openfoodfacts-python/commit/360f65c5deded308ec4ea721cef1e17bbaf76739))
* fix mypy error ([2109758](https://github.com/openfoodfacts/openfoodfacts-python/commit/210975896b63dc089c284c9a525448cd84b72389))
* fix release please ([39c15d2](https://github.com/openfoodfacts/openfoodfacts-python/commit/39c15d22fd61feb02acef9e04ffae435828389a0))
* fix release please ([140e53e](https://github.com/openfoodfacts/openfoodfacts-python/commit/140e53e5b3263709e2407cb2f59445ac988324cf))


### Documentation

* improve documentation in taxonomy.py ([2942143](https://github.com/openfoodfacts/openfoodfacts-python/commit/2942143374d86bddc376166a8ab85d7d2316cc95))
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.4"
__version__ = "0.1.5"
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.4"
version = "0.1.5"
description = "Official Python SDK of Open Food Facts"
authors = ["The Open Food Facts team"]
license = "Apache 2.0"
Expand Down

0 comments on commit b1cc21a

Please sign in to comment.