mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-05-01 03:06:28 +02:00
Bump: lbc 1.1.2
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user