Bump: lbc 1.1.2

This commit is contained in:
etienne-hd
2026-01-05 18:29:59 +01:00
parent 6669950f82
commit a44472e757
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
## 1.1.2
### Changed
* Proxy handling, you can now remove proxy using `client.proxy = None`
* `client._session` is now public -> `client.session`
### Added
* Proxy example at [examples/proxy.py](examples/proxy.py)
## 1.1.1 ## 1.1.1
### Added ### Added
* Optional `scheme` attribute on the Proxy dataclass, allowing custom proxy URL schemes (#7) * Optional `scheme` attribute on the Proxy dataclass, allowing custom proxy URL schemes (#7)

View File

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