From b726f2f6689f872a897b69ab2033f2dcd6bb1ebc Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 6 Jul 2025 18:52:41 +0200 Subject: [PATCH] 1.0.7 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61bbe31..aaa2f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.7 +### Added +* Automatic rotation of browser impersonation when `impersonate` argument in `Client` is set to None. +* Ability to choose which browser to impersonate via the `impersonate` argument in `Client`. +* Option to disable SSL verification for requests by setting `request_verify` to `False` in `Client`. + ## 1.0.6 ### Fixed * "Unknown location type" error when searching with a URL containing a zipcode. diff --git a/pyproject.toml b/pyproject.toml index 1afc0cd..638ae34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.0.6" +version = "1.0.7" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}