This commit is contained in:
etienne-hd
2025-10-11 13:54:26 +02:00
parent 8a74cde3b1
commit 00cf534191
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.10
### Fix
* KeyError when using shippable=True (#5)
## 1.0.9 ## 1.0.9
### Fix ### Fix
* Fixed SSL verification issue during Leboncoin cookie initialization. * Fixed SSL verification issue during Leboncoin cookie initialization.

View File

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