This commit is contained in:
etienne-hd
2025-08-20 19:46:52 +02:00
parent 672204dd95
commit b9ac610b04
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.9
### Fix
* Fixed SSL verification issue during Leboncoin cookie initialization.
## 1.0.8
### Added
* `max_retries` and `timeout` parameters to `Client`.

View File

@@ -1,6 +1,6 @@
[project]
name = "lbc"
version = "1.0.8"
version = "1.0.9"
description = "Unofficial client for Leboncoin API"
readme = "README.md"
license = {text = "MIT"}