This commit is contained in:
etienne-hd
2025-08-20 16:56:24 +02:00
parent 8eb8a96e8f
commit 4fa9409f78
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"}