This commit is contained in:
etienne-hd
2025-06-20 17:41:50 +02:00
parent a42332e4ef
commit e7668b5d89
3 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,6 @@
## 1.0.1
### Added
* Realistic `Sec-Fetch-*` headers to prevent 403 errors.
## 1.0.0
* Initial release

View File

@@ -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**

View File

@@ -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"}