diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ee1c3..c6fc780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.10 +### Fix +* KeyError when using shippable=True (#5) + ## 1.0.9 ### Fix * Fixed SSL verification issue during Leboncoin cookie initialization. diff --git a/pyproject.toml b/pyproject.toml index ad6f59a..ddab99e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lbc" -version = "1.0.9" +version = "1.0.10" description = "Unofficial client for Leboncoin API" readme = "README.md" license = {text = "MIT"}