From 241645baaea06d9ac150902638a933d66a5a40fe Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Sat, 21 Jun 2025 13:51:12 +0200 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"}