From e7668b5d89898912f3d86f252b44bc972e109ea8 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Fri, 20 Jun 2025 17:41:50 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 4 ++++ README.md | 1 - pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977518c..929ee43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +## 1.0.1 +### Added +* Realistic `Sec-Fetch-*` headers to prevent 403 errors. + ## 1.0.0 * Initial release \ No newline at end of file diff --git a/README.md b/README.md index 55d2af9..c7cd1ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # lbc [![Latest version](https://img.shields.io/pypi/v/lbc?style=for-the-badge)](https://pypi.org/project/lbc) -![PyPI - Downloads](https://img.shields.io/pypi/dm/lbc?style=for-the-badge) [![GitHub license](https://img.shields.io/github/license/etienne-hd/lbc?style=for-the-badge)](https://github.com/etienne-hd/lbc/blob/master/LICENSE) **Unofficial client for Leboncoin API** diff --git a/pyproject.toml b/pyproject.toml index 9a174ee..0a899f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.0.0" +version = "1.0.1" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}