diff --git a/CHANGELOG.md b/CHANGELOG.md index 470839a..550d29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 +### Fixed +* Incorrect raw data extraction for location and owner in `Search.build` function + ## 1.0.2 ### Added * Support for full Leboncoin URL in `client.search(url=...)` diff --git a/pyproject.toml b/pyproject.toml index 00cbc43..2d4f4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.0.2" +version = "1.0.3" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}