From 4fa9409f78aceab8719b0e547281ba4eb3a704fe Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Wed, 20 Aug 2025 16:56:24 +0200 Subject: [PATCH] 1.0.8 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa2f0f..6ba6b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.8 +### Added +* `max_retries` and `timeout` parameters to `Client`. +* `NotFoundError` exception raised when an ad or user is not found. + ## 1.0.7 ### Added * Automatic rotation of browser impersonation when `impersonate` argument in `Client` is set to None. diff --git a/pyproject.toml b/pyproject.toml index 638ae34..99cb98a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.0.7" +version = "1.0.8" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}